[H-GEN] stderr redirection

Russell Stuart russell-humbug at stuart.id.au
Thu May 28 23:18:22 EDT 2009


On Fri, 2009-05-29 at 12:53 +1000, Clinton Roy wrote:
> I'd like some help to get a sh snippet such that bitten will get to
> see stdout and stderr as normal, but stderr will also get stored in
> errors.txt

(make all 1>&3 2>&1 | tee errors.txt) 3>&1 1>&2





More information about the General mailing list