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

21 lines
387 B
Markdown
Raw Permalink Normal View History

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