Multiple choice technology operating systems

Which variable holds the values of command line parameters

  1. $#
  2. $*
  3. $@
  4. $?
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In shell scripting, the special variable '$*' holds all command-line arguments passed to the script as a single concatenated string.