Skip to content

Instantly share code, notes, and snippets.

@hackugyo
Last active February 5, 2016 03:44
Show Gist options
  • Save hackugyo/0195aa0cafc4c49e233f to your computer and use it in GitHub Desktop.
Save hackugyo/0195aa0cafc4c49e233f to your computer and use it in GitHub Desktop.
Why?
echo "hoge" | echo $(cat -) `echo *$(cat -)*` fuga
# => hoge test.sh fuga
# not => hoge *hoge* fuga
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment