Skip to content

Instantly share code, notes, and snippets.

@ufuk
Created May 28, 2017 21:07
Show Gist options
  • Select an option

  • Save ufuk/e0399bd89087f49a6ac681e749494fb1 to your computer and use it in GitHub Desktop.

Select an option

Save ufuk/e0399bd89087f49a6ac681e749494fb1 to your computer and use it in GitHub Desktop.
Searching some text and getting unique result lines with grep
grep "search text" filename.txt | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment