Not every programmer likes creating GUI code. Most hacker types don’t mind a command line interface, but very few ordinary users appreciate them. However, if you write command line programs in Python, ...
Scripting directly on the command line with Bash or Zsh is relatively straightforward: work out a sequence of commands, then wrap them in a loop that executes on a series of files. Straightforward for ...