Skip to content

Instantly share code, notes, and snippets.

@FleXoft
Created June 22, 2018 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FleXoft/3b41fed196cc9f75b5438b65f34bded4 to your computer and use it in GitHub Desktop.
Save FleXoft/3b41fed196cc9f75b5438b65f34bded4 to your computer and use it in GitHub Desktop.
Exclude lines where the first 3 columns are all the same number
grep -v -P "^(\d+) \1 \1 "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment