Articles tagged Shell
- Python Streams vs Unix Pipes
- Man or man(1)?
- DEFLATE: run-length encoding, but better. An investigation into the extended run-length encoder at the heart of the Zlib compression library.
- Fixing header file dependencies. A simple script to check header files are self contained
- Curling for web sites. A script using curl and bash to detect when a website status changes.
- Takewhile drops one
- Hunting down globals with nm
- Top Ten Tags. Choosing the right algorithm to select the N largest items from a collection.
- File shifting using lftp and rsync. Sometimes it's easier to shift files using the command line, rather than a GUI.
- svn help patch
- PyCon UK: statistics, pictures and perennial problems
- The Granny—Stroustrup Scale
- 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.
- Shells, Logs and Pipes
- Ignoring .svn directories
- A Subversion Pre-Commit Hook. How to install and test a simple Subversion pre-commit hook script.