php-general | 2001122

Re: [PHP] Re: Need some Linux/Apache help From: Brian Clark (brianj <email protected>)
Date: 12/31/01

* Brian Clark (brianj <email protected>) [Dec 31. 2001 19:09]:

> make 2>&1 /home/todd/makeerr.txt

Gah! I need to just go watch TV or something.

I meant:

make 2>&1 > /home/todd/makeerr.txt

That directs STDERR to STDOUT and that's redirected to
/home/todd/makeerr.txt

Sorry for the list bomb.

-- 
Brian Clark | Avoiding the general public since 1805!
Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8
Cole's Law: Thinly sliced cabbage.

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>