Which of the following commands will produce the same result as
start=`date`
?
- start=date
- start=%date%
- start=$(date)
- start=(date)
Please login or Register to submit your answer