Find and Replace File Content using Linux Command Line

1
find . -name "*.pgsql" -print | xargs sed -i 's/STRINGTOREPLACE/REPLACERSTRING/g'
This entry was posted in Linux, Operating System. Bookmark the permalink.

Comments are closed.