Multiple choice technology operating systems Which variable holds the values of command line parameters $# $* $@ $? 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.