[plug] Shell query...

Anthony J. Breeds-Taurima tony at cantech.net.au
Thu Jun 8 13:36:34 WST 2000


On Thu, 8 Jun 2000, Peter Wright wrote:

> Would have been nicer to be able to just send stderr straight to
> nowhere, but this'll do fine for now.

in csh you could do
(comamnd >outfile) >&/dev/null

ie
bash$ csh
% (grep tony /etc/* >~/outfile) >& /dev/null
% exit
bash$ less ~/tmp/outfile

I don't have zsh BUT it should work the same.


Yours Tony.

/*
 * "The significant problems we face cannot be solved at the 
 * same level of thinking we were at when we created them."
 * --Albert Einstein
 */




More information about the plug mailing list