QuestionQ153
Essential CommandsWhich command below stores the output of the date command in the shell variable mydate?
- A mydate="$(date)"
- B mydate="exec date"
- C mydate="$((date))"
- D mydate="date"
- E mydate="${date}"
Which command below stores the output of the date command in the shell variable mydate?
Community Discussion