Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Linux command line search and replace string


> grep -rl "old string" . | xargs sed -i 's/old string/new string/g'

Source by php-quick-fix.blogspot.com #
 
PREVIOUS NEXT
Tagged: #Linux #command #line #search #replace #string
ADD COMMENT
Topic
Name
2+5 =