Maybe this question is a bit silly, however I always fail to get the right result when I search Google for some particular words like $@( in bash) and other escape words. For instance, when I use bash $@ as the key words, the result contains no highlight signs like $@, which is useless for me;I have also tried bash "$@" or bash \$@, however there seems no improvement.
Can anyone give me some hints?
$@, you get relevant info from StackOverflow. – unor Dec 28 '12 at 15:58