Month: August 2009

Awk the swiss army knife of the Unix toolkit.

The awk command is very handy when you need to filter the contents of a file, a pipe,or keyboard. It searches each line of input for patterns that you specify and when the pattern is matched, it performs an action.…