write commands to display the system date.
Answers
Answered by
1
Answer: 1. date
2. date "+format"
Explanation: if you use Unix OS then the command "date" will display system date. But if you need date in your own format then you have to use the 2nd command.
Similar questions