When I write tools for the Unix command line, they're typically either shell scripts or Perl.
An article from IBM's developerWorks site has opened my eyes to the potential of Python for this purpose. The optparse library provides built-in parsing of command-line arguments, with automatic help display and error handling. The subprocess module handles system calls [...]





