1

I'm running a find. It's generating a lot of "Permission denied" errors, that I really don't care about.

Other than by stopping that find, and starting a new one that sends all errors to /dev/null?

What I'd like to do:

ctrl-z
fg 2> /dev/null

But that doesn't appear to work

  • 1
    Does this help? https://stackoverflow.com/questions/593724/redirect-stderr-stdout-of-a-process-after-its-been-started-using-command-lin – Eduardo Trápani Jun 18 '20 at 16:51

0 Answers0