Skip to content

Instantly share code, notes, and snippets.

@ivanlynch
Created May 27, 2022 11:49
Show Gist options
  • Save ivanlynch/463b8923b45102b0f0e9065158e9a575 to your computer and use it in GitHub Desktop.
Save ivanlynch/463b8923b45102b0f0e9065158e9a575 to your computer and use it in GitHub Desktop.
hgrep
# PUT THIS COMMAND INTO YOUR ~/.bashrc
hgrep () {
history | egrep --color=auto --recursive "$@" | egrep --color=auto --recursive -v "hgrep $@"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment