2014-02-10 23:44:02 +00:00
|
|
|
# cal
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
> Prints calendar information.
|
2014-02-10 23:44:02 +00:00
|
|
|
|
2016-01-20 11:38:37 +00:00
|
|
|
- Display a calendar for the current month:
|
2014-02-10 23:44:02 +00:00
|
|
|
|
|
|
|
`cal`
|
|
|
|
|
2016-01-20 11:38:37 +00:00
|
|
|
- Display a calendar for a specific month:
|
|
|
|
|
|
|
|
`cal -m {{month_number}}`
|
|
|
|
|
|
|
|
- Display all 12 months of calendar for a specific year:
|
2014-02-10 23:44:02 +00:00
|
|
|
|
|
|
|
`cal 2013`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Display date of Easter (western churches):
|
2014-02-10 23:44:02 +00:00
|
|
|
|
2016-01-20 11:38:37 +00:00
|
|
|
`ncal -e {{year}}`
|