change start to end in all *.txt files
awk '{gsub("start", "end", $0); print > FILENAME}' *.txt
You must be logged in to post a comment.