Skip to content

Instantly share code, notes, and snippets.

@andywirv
Created November 29, 2016 15:14
Show Gist options
  • Save andywirv/e1ddd8ed5ee032b908d2ea1091398aa3 to your computer and use it in GitHub Desktop.
Save andywirv/e1ddd8ed5ee032b908d2ea1091398aa3 to your computer and use it in GitHub Desktop.
remove line 88 from file example.txt
sed -i -e '88d' example.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment