A couple of weeks ago, I sent the latest copy of the FLOSS UK newsletter (my last as editor) to the office for printing and distribution. When I became editor…
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…