Skip to content

Instantly share code, notes, and snippets.

@robflaherty
Created January 14, 2012 00:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robflaherty/1609508 to your computer and use it in GitHub Desktop.
Save robflaherty/1609508 to your computer and use it in GitHub Desktop.
ack-sed recursive find/replace
ack -l --print0 "/_asset/" | xargs -0 -n 1 sed -i -e 's/_asset/_assets/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment