Skip to content

Instantly share code, notes, and snippets.

@redolivedev
Last active March 1, 2017 16:25
Show Gist options
  • Save redolivedev/d501482c1325ac965bbddd2ec9ad480d to your computer and use it in GitHub Desktop.
Save redolivedev/d501482c1325ac965bbddd2ec9ad480d to your computer and use it in GitHub Desktop.
# Will create backup file (e.g. file1.txt.bak)
sed -i.bak 's/oldword/newword/' file1.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment