Skip to content

Instantly share code, notes, and snippets.

@bastjan
Created March 5, 2014 09:47
Show Gist options
  • Save bastjan/9364262 to your computer and use it in GitHub Desktop.
Save bastjan/9364262 to your computer and use it in GitHub Desktop.
sed example
grep -lR "url = /home/git/repositories" . | xargs sed -i s/\\\/home\\\/git\\\/repositories/\\\/db\\\/gitroot\\\/repositories/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment