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
See the execution of the above command live in repl.it
That's all 😃!
August 4, 2021 - 1 min read
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
See the execution of the above command live in repl.it
That's all 😃!