Wednesday, 31 July 2013

seed

sed 's/FindThisWord/ReplaceWithThisWord/g' file.txt
sed 's/Apple/MacLife/g' sample.txt
#http://www.maclife.com/article/columns/terminal_101_find_and_replace_using_sed
sed -n 's/Apple/MacLife/gpw output.txt' sample.txt
view raw gistfile1.txt hosted with ❤ by GitHub

No comments:

Post a Comment