Skip to content

Instantly share code, notes, and snippets.

@sbrin
Created February 4, 2013 16:09
Show Gist options
  • Save sbrin/4707709 to your computer and use it in GitHub Desktop.
Save sbrin/4707709 to your computer and use it in GitHub Desktop.
Замена фрагмента текста (string replace)
find . -type f -name "index*" | xargs perl -pi~ -e "s/PREV/REPLACE/ig"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment