On Sat, May 25, 2013 at 10:25:41AM -0500, Derek Martin wrote:
> done < users | tee $LOGFILE

should be 

done < users 2>&1 | tee $LOGFILE

-- 
Derek D. Martin    http://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail due to spam prevention.  Sorry for the inconvenience.

_______________________________________________
Discuss mailing list
[email protected]
http://lists.blu.org/mailman/listinfo/discuss

Reply via email to