mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 23:17:56 +01:00
354 B
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}}