This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
david
/
tldr
mirror da
https://github.com/tldr-pages/tldr.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Ramo (Branch):
main
Rami (Branch)
Tag
main
v2.2
v2.1
v2.0
v1.5b
v1.5
v1.4
v1.3
v1.2
v1.1
v1.0
tldr
/
pages.zh
/
linux
/
cal.md
cal.md
400 B
Permalink
Cronologia
Originale
cal
打印日历信息,高亮显示当前日期。 更多信息:
https://manned.org/cal
.
显示当前月份的日历:
cal
显示上个月、当前月和下个月:
cal -3
使用星期一作为一周的第一天:
cal --monday
显示特定年份的日历(4位数字):
cal {{年份}}
显示特定月份和年份的日历:
cal {{月份}} {{年份}}