DEV Community

Cover image for How to see the current date and time on the Linux terminal?
MELVIN GEORGE
MELVIN GEORGE

Posted on • Originally published at melvingeorge.me

How to see the current date and time on the Linux terminal?

Originally posted here!

To see the current date and time, you can use the date command on the Linux terminal.

# See the current date and time
date

# OUTPUT
Sat Aug 04 21:23:25 UTC 2021
Enter fullscreen mode Exit fullscreen mode

See the execution of the above command live in repl.it

That's all 😃!

Feel free to share if you found this useful 😃.


Top comments (0)