Hacker News new | ask | show | jobs
by hawski 1094 days ago
I prefer to use process substitution (not in POSIX):

  strace -f -e trace=file -o >(grep -v ENOENT) <cmd>