Q650
Write the command to display the current date in the form dd/mm/yyyy.
A.
date +%d/%m/%Y
AnswerB.
date +"%d/%m/%Y"
C.
date +/%d/%m/20%y
D.
date +"/%d/%m/20%y"
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board