Skip to content

Instantly share code, notes, and snippets.

@snahor
Created December 30, 2015 20:46
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 snahor/6dabb27ea1279a54d5ab to your computer and use it in GitHub Desktop.
Save snahor/6dabb27ea1279a54d5ab to your computer and use it in GitHub Desktop.
hgrep() {
history | grep -v grep | grep $1 | awk '{f=$1;$1="";print $0}' | awk '{$1=$1}1' | sort | uniq
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment