mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 10:23:52 +01:00
761 B
761 B
title | layout | version |
---|---|---|
cal | command | 0.59.1 |
Display a calendar.
Signature
> cal --year --quarter --month --full-year --week-start --month-names
Parameters
--year
: Display the year column--quarter
: Display the quarter column--month
: Display the month column--full-year {int}
: Display a year-long calendar for the specified year--week-start {string}
: Display the calendar with the specified day as the first day of the week--month-names
: Display the month names instead of integers
Examples
This month's calendar
> cal
The calendar for all of 2012
> cal --full-year 2012
This month's calendar with the week starting on monday
> cal --week-start monday