2014-02-10 15:44:02 -08:00
|
|
|
# cal
|
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
> Prints calendar information.
|
2014-02-10 15:44:02 -08:00
|
|
|
|
2016-01-20 03:38:37 -08:00
|
|
|
- Display a calendar for the current month:
|
2014-02-10 15:44:02 -08:00
|
|
|
|
|
|
|
`cal`
|
|
|
|
|
2016-01-20 03:38:37 -08:00
|
|
|
- Display a calendar for a specific month:
|
|
|
|
|
|
|
|
`cal -m {{month_number}}`
|
|
|
|
|
2016-01-20 09:59:42 -08:00
|
|
|
- Display a 12 month calendar for the current year:
|
2014-02-10 15:44:02 -08:00
|
|
|
|
2016-01-20 09:59:42 -08:00
|
|
|
`cal -y`
|
|
|
|
|
|
|
|
- Display a 12 month calendar for a specific year:
|
|
|
|
|
|
|
|
`cal 2016`
|
2014-02-10 15:44:02 -08:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Display date of Easter (western churches):
|
2014-02-10 15:44:02 -08:00
|
|
|
|
2016-01-20 03:38:37 -08:00
|
|
|
`ncal -e {{year}}`
|