what is the significance of $@ in unix shell
The total count of positional parameters.
Name of the executed command
same as $* except when enclosed in double quotes
none of these