1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 19:17:57 +01:00
tldr/pages/common/cal.md
2016-01-20 10:04:06 -08:00

354 B

cal

Prints calendar information.

  • Display a calendar for the current month:

cal

  • Display a calendar for a specific month:

cal -m {{month_number}}

  • Display a 12 month calendar for the current year:

cal -y

  • Display a 12 month calendar for a specific year:

cal 2016

  • Display date of Easter (western churches):

ncal -e {{year}}