On Mon, 1 Mar 2004, Orna Agmon wrote:

>  thus the gnu FAQs are formed. It was the best answer there.
>
> > 19. in 'error redirection', the '>&' redirects both standard output AND
> >     standard error, while the '2>' in bash redirects ONLY the standard
> >     error. better mention that, or change the bash example to '2>&1 >'
> >     to be equivalent to the tcsh example.
>
> How do you redirect only Error in tcsh?


( command > /dev/null ) >& file

Now ain't that cute? ;-)

--------------------------------------------------------------------------
Haifa Linux Club Mailing List (http://www.haifux.org)
To unsub send an empty message to [EMAIL PROTECTED]


Reply via email to