← Back to team overview

sslug-teknik team mailing list archive

RE: Bash magi

 

Frank M.G. Jørgensen wrote:
 
> noget i retningen af:
> 
> script.sh 2> | grep 'stdin: is not a tty' > /dev/null

script.sh 2>&1 | grep -v  'stdin: is not a tty' > &2

-- 
Niels Elgaard Larsen
elgaard@xxxxxxxx


References