Saturday, March 18, 2006

Inserting a line of text before a line containing a pattern







Appending a line of text after a line containing a pattern







Monday, March 13, 2006

Comparing two string

if [ $foo = "foo ]; then
...
fi