1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 02:55:38 +02:00
tldr/pages.zh/common/jcal.md

20 lines
396 B
Markdown

# jcal
> 以贾拉里历格式显示日历信息,并突出显示当前日期。
> 更多信息:<https://www.nongnu.org/jcal/jcal.html>.
- 显示当前月份的日历:
`jcal`
- 显示上个月、当前月份和下个月的日历:
`jcal -3`
- 显示特定年份(4 位数字) 的日历:
`jcal {{年份}}`
- 显示特定年份和月份的日历:
`jcal {{年份}} {{月份}}`