Skip to content

Instantly share code, notes, and snippets.

@rafaelsales
Created May 4, 2013 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelsales/5518618 to your computer and use it in GitHub Desktop.
Save rafaelsales/5518618 to your computer and use it in GitHub Desktop.
Replaces 'identifier' by 'code' in files containing 'identifier'
ack -l identifier | xargs -L1 sed -i '' "s/identifier/code/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment