Return to Snippet

Revision: 70754
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