[Linux][Command] Using Grep and Sed to replace a String in Multiple Files in Linux.
grep -rl 'windows' ./ | xargs sed -i 's/windows/linux/g'
[Linux][Command] Using Grep and Sed to replace a String in Multiple Files in Linux.
grep -rl 'windows' ./ | xargs sed -i 's/windows/linux/g'
0 意見:
張貼留言