Skip to content

Instantly share code, notes, and snippets.

@minhoryang
Created June 7, 2016 06:38
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 minhoryang/5e81f9848307bafb49bb9d9f208de995 to your computer and use it in GitHub Desktop.
Save minhoryang/5e81f9848307bafb49bb9d9f208de995 to your computer and use it in GitHub Desktop.
bash alias!
ffind() { find . -type f -exec grep -nHr --color "$1" {} \; ; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment