Skip to content

Instantly share code, notes, and snippets.

@romanhaa
Created June 9, 2021 15:15
Embed
What would you like to do?
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