Skip to content

Instantly share code, notes, and snippets.

Created January 14, 2018 17:41
Show Gist options
  • Save anonymous/9c4623b17ff6bbe71d9a4aac072ff6a6 to your computer and use it in GitHub Desktop.
Save anonymous/9c4623b17ff6bbe71d9a4aac072ff6a6 to your computer and use it in GitHub Desktop.
grep_quoted.sh
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