Rambles of Ev
  • Home
  • About
  • Search

delete

A collection of 1 post
delete

sed - multiple files

sed – is useful to find and replace text in single or multiple files. * Replacingfoo with foo_bar in a single file. sed -i 's/foo/foo_bar/g' somefile.module * -i = tell sed to edit the file(s) * s = substitute the following text * foo = what you want to
20 Jun 2009 1 min read
Page 1 of 1
Rambles of Ev © 2026
Powered by Ghost