help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs Environment Variables


From: David Kastrup
Subject: Re: Emacs Environment Variables
Date: Sun, 25 Nov 2007 16:19:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

Peter Dyballa <Peter_Dyballa@Web.DE> writes:

> Am 25.11.2007 um 14:55 schrieb David Kastrup:
>
>> "man csh" verifies that csh is still unsuitable for redirecting stdout
>> and stderr to different locations.
>
> I am proud to report that I have experience in not boiling my eggs
> with my hammer!
>
> How often do you need to separate stdout and stderr in some shell?

Huh?

dd if=something of=something 2>>logfile | tar xf -

Stuff like that is completely common for scripting.  Or even just

echo "This is an error." >&2

You know, there is a reason that both stdout and stderr exist.

> Maybe I have bad habits so that it does not happen that often to me
> that I could remember.

Maybe you just don't use csh for scripting.  

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

[Prev in Thread] Current Thread [Next in Thread]