Thursday, September 21, 2006

sed

sed -e 's/expression/replace' -e 's/anotherone/anotherreplace/g'

/g for global
& for matched pattern