Multiple choice Which special shell variable provides the number of arguments supplied to a script? $# $0 $! $@ 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 .