Monthly Archives: July 2008

Global replace with awk

change start to end in all *.txt files awk ‘{gsub(“start”, “end”, $0); print > FILENAME}’ *.txt

Posted in Uncategorized | Leave a comment