5.2.2.1. Analyzing errors
If your process generates a lot of errors, this is a way to
thoroughly examine them:
command 2>&1 | less
This is often used when creating new software using the
make command, such as in:
andy:~/newsoft> make all 2>&1 | less
--output ommitted--
|