1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/cal.md

20 lines
297 B
Markdown
Raw Normal View History

# cal
> Prints calendar information.
2016-01-20 03:38:37 -08:00
- Display a calendar for the current month:
`cal`
2016-01-20 03:38:37 -08:00
- Display a calendar for a specific month:
`cal -m {{month_number}}`
- Display all 12 months of calendar for a specific year:
`cal 2013`
- Display date of Easter (western churches):
2016-01-20 03:38:37 -08:00
`ncal -e {{year}}`