Skip to main content
added 6 characters in body
Source Link
Caleb
  • 72k
  • 19
  • 203
  • 233
grep -l @error * | xargs sed -i s/error/test/g 

grep -l @error * | xargs sed -i s/error/test/g willwill work.

grep -l @error * | xargs sed -i s/error/test/g will work.

grep -l @error * | xargs sed -i s/error/test/g 

will work.

Source Link

grep -l @error * | xargs sed -i s/error/test/g will work.