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
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)