On Wednesday 29 May 2002 12:18 pm, you wrote:
> On Wed, May 29, 2002 at 11:29:29AM -0700, Peter Jay Salzman wrote:
> > begin nbs <[EMAIL PROTECTED]>
> >
> > >      strace lsof 2>&1 1> /dev/null | grep
> >
> > ok, haven't tried this, but this looks to me like:
> >
> > put stderr into stdout
> > redirect stdout (and therefore stderr) into /dev/null
> > pipe stdout (which should be null) to grep.
>
>   The order of operation of file operators is right to left.
> [snip]

The order of redirects is left to right.

shawn.
_______________________________________________
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to