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}}`
|
|
|
|
|
2016-01-20 17:59:42 +00:00
|
|
|
- Display a 12 month calendar for the current year:
|
2014-02-10 23:44:02 +00:00
|
|
|
|
2016-01-20 17:59:42 +00:00
|
|
|
`cal -y`
|
|
|
|
|
|
|
|
- Display a 12 month calendar for a specific year:
|
|
|
|
|
|
|
|
`cal 2016`
|
2014-02-10 23:44:02 +00:00
|
|
|
|
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}}`
|