shell
Bash Sub Shells
2010/03/02
Taken from <a href="http://www.linuxjournal.com/content/bash-sub-shells" target="_blank">here. […] <span class=\"c\">#!/bin/bash</span> <span …
Splitting strings with IFS
2010/02/04
Today I want to discuss splitting strings into tokens or “words”. I previously discussed how to do this with the <a …