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