The output of the program date should be saved in the variable actdat. What is the correct statement?
actdat=`date`
set actdat='date'
date | actdat
date > $actdat
actdat=date
Submit