Created
June 7, 2016 06:38
-
-
Save minhoryang/5e81f9848307bafb49bb9d9f208de995 to your computer and use it in GitHub Desktop.
bash alias!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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