2014-02-11 00:44:02 +01:00
|
|
|
# cal
|
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
> Prints calendar information.
|
2014-02-11 00:44:02 +01:00
|
|
|
|
2016-01-20 12:38:37 +01:00
|
|
|
- Display a calendar for the current month:
|
2014-02-11 00:44:02 +01:00
|
|
|
|
|
|
|
`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:
|
2014-02-11 00:44:02 +01:00
|
|
|
|
2016-01-20 18:59:42 +01:00
|
|
|
`cal -y`
|
|
|
|
|
|
|
|
- Display a 12 month calendar for a specific year:
|
|
|
|
|
|
|
|
`cal 2016`
|
2014-02-11 00:44:02 +01:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Display date of Easter (western churches):
|
2014-02-11 00:44:02 +01:00
|
|
|
|
2016-01-20 12:38:37 +01:00
|
|
|
`ncal -e {{year}}`
|