QuestionQ183
Essential CommandsThe output of the date command should be saved in the variable actdat. Which statement accomplishes this correctly?
- A actdat=
date - B set actdat='date'
- C date | actdat
- D date > $actdat
- E actdat=date
The output of the date command should be saved in the variable actdat. Which statement accomplishes this correctly?
date
Community Discussion