How To Show Date And Time In Linux Terminal Using Date Command?
Thedateis a command-line utility for Unix-like operating system to display date and time. Not just to view, you can also use the same command to set system date and time as well. In this article, I’ll show how to use the date command in the Linux terminal to display date and time in different ways using several examples. Display Current Date And Time Runningdatecommand in a console prints the current date and time in a default format string (“+%+”)....