Revision: 70754
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 30, 2016 18:26 by rm1984
Initial Code
$ grep -rl 'windows' ./ | xargs sed -i 's/windows/linux/g'
Initial URL
Initial Description
Replace a string with another one in many files
Initial Title
Replace a string with another one in many files
Initial Tags
file, Bash, replace
Initial Language
Bash