Redirecting and displaying standard output and error
Most Linux sysadmins will know this little trick for redirecting standard output and standard error (i.e. 'all' output from a command) to a file: make &> /tmp/build.log However, sometimes you'll…