Skip to content

Instantly share code, notes, and snippets.

@alanmackenzie
Created December 11, 2013 15:12
Show Gist options
  • Save alanmackenzie/7912083 to your computer and use it in GitHub Desktop.
Save alanmackenzie/7912083 to your computer and use it in GitHub Desktop.
Drupal info file string replace.
for i in $(find . -name *.info); do sed -i 's/target/replace/g' $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment