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/osx/cal.md

32 lines
409 B
Markdown
Raw Normal View History

2019-02-26 11:08:44 +08:00
# cal
2019-10-18 11:30:29 +08:00
> 打印日历信息.
2019-02-26 11:08:44 +08:00
2019-10-19 14:12:27 +08:00
- 打印本月日历:
2019-02-26 11:08:44 +08:00
`cal`
2019-10-19 14:12:27 +08:00
- 显示上个月,当前月,下个月的日历:
2019-02-26 11:08:44 +08:00
`cal -3`
2019-10-18 10:33:27 +08:00
- 显示指定月份的日历 (month 为 1-12):
2019-02-26 11:08:44 +08:00
`cal -m {{月}}`
2019-10-19 14:12:27 +08:00
- 显示全年日历:
2019-02-26 11:08:44 +08:00
`cal -y`
2019-10-18 10:33:27 +08:00
- 显示指定某年的日历 (year 为 4 个数字):
2019-02-26 11:08:44 +08:00
`cal {{年}}`
2019-10-19 14:12:27 +08:00
- 显示特定年和月的日历:
2019-02-26 11:08:44 +08:00
`cal {{月}} {{年}}`
2019-10-19 14:12:27 +08:00
- 显示指定年的复活节日期:
2019-02-26 11:08:44 +08:00
`ncal -e {{年}}`