Multiple choice

Which special shell variable provides the number of arguments supplied to a script?

  1. $#
  2. $0
  3. $!
  4. $@
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The $# command(shell variable) provides the number of arguments supplied to a script .