Skip to content

Instantly share code, notes, and snippets.

@willgarcia
Created May 20, 2014 21:01
Show Gist options
  • Save willgarcia/bdc72a4780219c9223bc to your computer and use it in GitHub Desktop.
Save willgarcia/bdc72a4780219c9223bc to your computer and use it in GitHub Desktop.
sed replace in files
find /home/bruno/old-friends -type f -exec sed -i 's/ugly/beautiful/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment