Skip to content

Instantly share code, notes, and snippets.

@jdfitzgerald
Created January 9, 2015 15:56
Show Gist options
  • Save jdfitzgerald/411ee13ea6bf330fadb8 to your computer and use it in GitHub Desktop.
Save jdfitzgerald/411ee13ea6bf330fadb8 to your computer and use it in GitHub Desktop.
# delete all lines beginning with 'AAA' from file.txt
$ sed -i '/^AAA/d' file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment