Skip to content

Instantly share code, notes, and snippets.

@romanhaa
Created June 9, 2021 15:15
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 romanhaa/e67f09aa5b548d1e5322bf4d35e46eaa to your computer and use it in GitHub Desktop.
Save romanhaa/e67f09aa5b548d1e5322bf4d35e46eaa to your computer and use it in GitHub Desktop.
Highlight hits in `grep` search
grep --color=always -e "^" -e <SEARCH_TERM> <FILE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment