hackugyo
2/5/2016 - 3:40 AM

Why?

Why?

echo "hoge" | echo $(cat -) `echo *$(cat -)*` fuga
# => hoge test.sh fuga
# not => hoge *hoge* fuga