List of questions
Related questions
Question 9 - 102-500 discussion
Which of the following commands puts the output of the command date into the shell variable mydate?
A.
mydate="$(date)"
B.
mydate="exec date"
C.
mydate="$((date))"
D.
mydate="date"
E.
mydate="${date}"
Your answer:
0 comments
Sorted by
Leave a comment first