How to see the current month calendar with the date on the Linux terminal?
Originally Published Here ๐!
To see the monthly calendar with the date in the terminal, you can use the cal command in Linux.
# See the current month calendar
# with date in terminal
cal
# OUTPUT
August 2021
Su Mo Tu We Th Fr Sa
1 2 3 4 5 ...
melvingeorge-me.hashnode.dev1 min read