Revision: 62255
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 12, 2013 03:02 by ef
Initial Code
sed -i.backup -e 's/sth/sth-new/g' *
Initial URL
Initial Description
Replaces string 'sth' with 'sth-new' in all files in current directory.
Initial Title
sed replace in Mac OS X
Initial Tags
mac, replace
Initial Language
Bash