[vox-tech] quick, stupid bash question

Peter Jay Salzman vox-tech@lists.lugod.org
Wed, 29 May 2002 11:11:19 -0700


ok, i should know this...


this redirects stderr to stdout and pipes the whole thing to grep:

   strace lsof 2>&1 | grep System

how do i grep *just* stderr and not both stderr and stdout?

pete