what is the significance of $@ in unix shell

  1. The total count of positional parameters.

  2. Name of the executed command

  3. same as $* except when enclosed in double quotes

  4. none of these


Correct Option: C

Find more quizzes: