Skip to content

Instantly share code, notes, and snippets.

@zilahu
Created November 18, 2017 18:26
Show Gist options
  • Save zilahu/13d8263729e27810575f4f1ddbf91269 to your computer and use it in GitHub Desktop.
Save zilahu/13d8263729e27810575f4f1ddbf91269 to your computer and use it in GitHub Desktop.
Grep for start and end lines in file
grep 67.205.74.88 messages |sponge |pee "head -1" "tail -1" # Show start and ending lines in the syslog for the IP 67.205.74.88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment