Found this today.
make 2> ~/make.txt
This will capture the stderr of a command! I didn’t know about these before tonight.
You can find more redirection variations at http://tldp.org/LDP/abs/html/io-redirection.html
Found this today.
make 2> ~/make.txt
This will capture the stderr of a command! I didn’t know about these before tonight.
You can find more redirection variations at http://tldp.org/LDP/abs/html/io-redirection.html