1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages.zh/common/jcal.md

387 B

jcal

以贾拉里历格式显示日历信息,并突出显示当前日期。 更多信息:https://www.nongnu.org/jcal/.

  • 显示当前月份的日历:

jcal

  • 显示上个月、当前月份和下个月的日历:

jcal -3

  • 显示特定年份(4 位数字) 的日历:

jcal {{年份}}

  • 显示特定年份和月份的日历:

jcal {{年份}} {{月份}}