mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 22:24:55 +02:00
23 lines
354 B
Markdown
23 lines
354 B
Markdown
# 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}}`
|