2017-05-01 14:17:01 +01:00
|
|
|
# cal
|
|
|
|
|
2024-02-14 20:25:58 +00:00
|
|
|
> Display a calendar 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`
|
|
|
|
|
2024-02-14 20:25:58 +00:00
|
|
|
- Display [3] months spanning the date:
|
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
|
|
|
|
2024-02-14 20:25:58 +00:00
|
|
|
- Display the whole calendar for the current [y]ear:
|
|
|
|
|
|
|
|
`cal --year`
|
|
|
|
|
|
|
|
- Display the next twelve months:
|
|
|
|
|
|
|
|
`cal --twelve`
|
|
|
|
|
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}}`
|