Search and Replace
Simple UNIX search and replace:
# perl -i -pe 's/search/replace/g' file # sed -e 's/search/replace/g'
Simple UNIX search and replace:
# perl -i -pe 's/search/replace/g' file # sed -e 's/search/replace/g'
You may Leave a comment or Subscribe to Comments RSS or Trackback this entry.
Please be polite and on topic. Your e-mail will never be published.