2017-05-01 14:17:01 +01:00
|
|
|
# cal
|
|
|
|
|
|
|
|
> Prints calendar information, with the current day highlighted.
|
2021-07-09 15:45:55 +01:00
|
|
|
> More information: <https://manned.org/cal>.
|
2017-05-01 14:17:01 +01:00
|
|
|
|
|
|
|
- Display a calendar for the current month:
|
|
|
|
|
|
|
|
`cal`
|
|
|
|
|
2017-11-19 04:09:05 +00:00
|
|
|
- Display previous, current and next month:
|
2017-05-01 14:17:01 +01:00
|
|
|
|
2019-01-27 04:49:38 +00:00
|
|
|
`cal -3`
|
2017-05-01 14:17:01 +01:00
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Use Monday as the first day of the week:
|
2017-05-01 14:17:01 +01:00
|
|
|
|
2017-11-19 03:59:51 +00:00
|
|
|
`cal --monday`
|
2017-05-01 14:17:01 +01:00
|
|
|
|
|
|
|
- Display a calendar for a specific year (4 digits):
|
|
|
|
|
|
|
|
`cal {{year}}`
|
|
|
|
|
|
|
|
- Display a calendar for a specific month and year:
|
|
|
|
|
|
|
|
`cal {{month}} {{year}}`
|