If you want to just redirect STDERR to tee, run the following command.
some-command 2> >(tee /var/tmp/output)
→ Continue reading “Redirect only STDERR to tee” Full-Stack software architect/engineer (currently working in the Big Data space), drummer, motorcyclist, and artist.
If you want to just redirect STDERR to tee, run the following command.
some-command 2> >(tee /var/tmp/output)
→ Continue reading “Redirect only STDERR to tee”