My tech notes
What a stupid human remembers, the smart one writes down!
Monday, September 07, 2009
File sed search&replace
cat file.txt | sed -e '/foo/s//bar/g' > file.txt.TMP
mv file.txt.TMP file.txt
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment