'Sh' question related to redirecting 'stderr'

LongoMR mrl at drutx.UUCP
Thu Jun 6 07:27:02 AEST 1985


[]

>  Is is possible to direct the output from 'stderr' through
>  a pipe using 'Sh'?

I haven't put much thought into it, but the obvious approach is to
redirect stdout and send what's left to a pipe... sort of

	command > `tty` | opr

Haven't tried it but it should work! 
	Mark Longo	AT&T ISL Denver



More information about the Comp.unix.wizards mailing list