Month: October 2013

  • Make bash show the return code

    When using a command line interface, I like to see all the output a program makes. The standard out and error are already dumped to my console, but there is one piece of information usually hidden from the user: the return code. Add the following to your .bashrc to get a nice notification if a…