Skip to content

Instantly share code, notes, and snippets.

@dev-pmartins
Last active December 11, 2015 16:05
Show Gist options
  • Save dev-pmartins/54f7417157bd0995b405 to your computer and use it in GitHub Desktop.
Save dev-pmartins/54f7417157bd0995b405 to your computer and use it in GitHub Desktop.
# Simple document example:
touch sample.txt
echo "First Line" >>| ./sample.txt
echo "Second Line" >>| ./sample.txt
echo "Third Line" >>| ./sample.txt
sed "s/Second Line/Ahahaha, apaguei abestado!/g" sample.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment