Arrrrrr, clear as mud :-).

----- Original Message ----- 
From: "Ryurick M. Hristev" 
> '1' is the stdout filedescriptor, '2' is the stderr filedescriptor,
> always opened by the system on behalf of the process being run.
> 
> In bash the above line could be rewritten as 1>/dev/null 2>&1
> 
> Or you could send just the output to the big bit bucket and keep the
> error messages.


Reply via email to