mirror of https://github.com/CrimsonTome/tldr.git
20 lines
297 B
Markdown
20 lines
297 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 all 12 months of calendar for a specific year:
|
|
|
|
`cal 2013`
|
|
|
|
- Display date of Easter (western churches):
|
|
|
|
`ncal -e {{year}}`
|