Skip to content

Instantly share code, notes, and snippets.

@mariorez
Created January 23, 2014 15:59
Show Gist options
  • Save mariorez/8581106 to your computer and use it in GitHub Desktop.
Save mariorez/8581106 to your computer and use it in GitHub Desktop.
linux find replace
sed -i 's/ugly/beautiful/g' /home/user/document.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment