Re: Stderr in red
Re: Stderr in red
- Subject: Re: Stderr in red
- From: jerry porter <email@hidden>
- Date: Sun, 25 Feb 2007 07:13:38 -0800 (PST)
I do this in zshell
I put this in my .zshrc
exec 2>>(while read line; do
print '\e[91m'${(q)line}'\e[0m' > /dev/tty; done &)
--- "Nicolas Goy - ææç²¾é - G oyman.com SA" <email@hidden> wrote:
> In run log is it possible to hace Stderr in red?
>
> Regards
> --
> Kuon from japan.
>
> "Your computer request an other OS, deny or allow?"
>
>
>
> > _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
Jerry Porter
2200 Benjamin Franklin Parkway
APT S1114
Philadelphia, PA 19130
(301) 461-3854
____________________________________________________________________________________
Get your own web address.
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Stderr in red (From: "Nicolas Goy - 時期精霊 - Goyman.com SA" <email@hidden>) |