mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 16:35:44 +02:00
cal: add Chinese translation
This commit is contained in:
parent
d17663914a
commit
8f90523a30
1 changed files with 31 additions and 0 deletions
31
pages.zh/osx/cal.md
Normal file
31
pages.zh/osx/cal.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
# cal
|
||||
|
||||
> 打印日历信息.
|
||||
|
||||
- 打印本月日历:
|
||||
|
||||
`cal`
|
||||
|
||||
- 显示上个月,当前月,下个月的日历:
|
||||
|
||||
`cal -3`
|
||||
|
||||
- 显示指定月份的日历(month 为 1-12):
|
||||
|
||||
`cal -m {{月}}`
|
||||
|
||||
- 显示全年日历:
|
||||
|
||||
`cal -y`
|
||||
|
||||
- 显示指定某年的日历 (year 为 4 个数字):
|
||||
|
||||
`cal {{年}}`
|
||||
|
||||
- 显示特定年和月的日历:
|
||||
|
||||
`cal {{月}} {{年}}`
|
||||
|
||||
- 显示指定年的复活节日期:
|
||||
|
||||
`ncal -e {{年}}`
|
Loading…
Add table
Reference in a new issue