Which command gives the following output?

Which command gives the following output?
Date 03/12/2007, Time 12:00:01 AM

Which command gives the following output?
Date 03/12/2007, Time 12:00:01 AM

A.
echo “Date date +%x , Time date +%r”

B.
echo “Date ‘date +%x’ , Time ‘date +%r’

C.
echo “Date ‘date +%r’ , Time ‘date +%x’

D.
echo “Date ‘time +%x’ , Time ‘time +%r’



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Hector

Hector

echo “Date `date +%x` , Time `date +%r`”