47. How do you show a calendar in the terminal? #892
Replies: 1 comment
|
To show a calendar in the terminal, use the |
0 replies
Answer selected by
enzifiri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To show a calendar in the terminal, use the
calcommand. Simply typingcaldisplays the current month, whilecal -yshows the whole year, andcal [month] [year]displays a specific date. The command highlights the current day in many systems.