Skip to content

Instantly share code, notes, and snippets.

@pearofducks
Created August 1, 2013 15:30
Show Gist options
  • Save pearofducks/6132471 to your computer and use it in GitHub Desktop.
Save pearofducks/6132471 to your computer and use it in GitHub Desktop.
random command line snippets
find . -type f -exec sed -i "" "s#/usr/share/#/usr/local/share/#g" '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment