Created
January 14, 2018 17:41
-
-
Save anonymous/9c4623b17ff6bbe71d9a4aac072ff6a6 to your computer and use it in GitHub Desktop.
grep_quoted.sh
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
fb_friends() | |
{ | |
args="'$@'" | |
eval "grep -a --color=auto -in --color=always $args ./test.txt" | |
echo "grep -a --color=auto -in --color=always $args ./test.txt" | |
echo $args | |
} | |
fb_friends "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment