1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 07:18:29 +01:00
tldr/pages/common/cal.md

24 lines
354 B
Markdown
Raw Normal View History

# cal
> Prints calendar information.
2016-01-20 12:38:37 +01:00
- Display a calendar for the current month:
`cal`
2016-01-20 12:38:37 +01:00
- Display a calendar for a specific month:
`cal -m {{month_number}}`
2016-01-20 18:59:42 +01:00
- Display a 12 month calendar for the current year:
2016-01-20 18:59:42 +01:00
`cal -y`
- Display a 12 month calendar for a specific year:
`cal 2016`
- Display date of Easter (western churches):
2016-01-20 12:38:37 +01:00
`ncal -e {{year}}`