Comment Re:"By Example" books a great idea (Score 1) 195
If your at the command line, why not just type
sed 's/searchterm/replaceterm/g' filename
and get the work down without perl having to be there?
sed 's/searchterm/replaceterm/g' filename
and get the work down without perl having to be there?