mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 22:15:42 +02:00
396 B
396 B
jcal
以贾拉里历格式显示日历信息,并突出显示当前日期。 更多信息:https://www.nongnu.org/jcal/jcal.html.
- 显示当前月份的日历:
jcal
- 显示上个月、当前月份和下个月的日历:
jcal -3
- 显示特定年份(4 位数字) 的日历:
jcal {{年份}}
- 显示特定年份和月份的日历:
jcal {{年份}} {{月份}}