Articles tagged Shell

  1. Fixing header file dependencies. A simple script to check header files are self contained
  2. Curling for web sites. A script using curl and bash to detect when a website status changes.
  3. Takewhile drops one
  4. Hunting down globals with nm
  5. Top Ten Tags. Choosing the right algorithm to select the N largest items from a collection.
  6. File shifting using lftp and rsync. Sometimes it's easier to shift files using the command line, rather than a GUI.
  7. svn help patch
  8. PyCon UK: statistics, pictures and perennial problems
  9. The Granny—Stroustrup Scale
  10. He Sells Shell Scripts to Intersect Sets. The Unix command shell contains a lot of what I like in a programming environment: it’s dynamic, high-level, interpreted, flexible, succinct. This article shows the Unix tools in action.
  11. Shells, Logs and Pipes
  12. Ignoring .svn directories
  13. A Subversion Pre-Commit Hook. How to install and test a simple Subversion pre-commit hook script.