Which of the following commands puts the output of the command date into the shell variable mydate? seenagape 10 years ago Which of the following commands puts the output of the command date into the shell variable mydate? A. mydate=”date” B. mydate=”$(date)” C. mydate=”${date}” D. mydate=”exec date” E. mydate=”$((date))” ← Previous question Next question →