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

33 lines
574 B
Markdown
Raw Normal View History

# cal
> 달력 정보를 출력합니다.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/cal.1.html>.
- 현재 달의 달력을 표시:
`cal`
- 이전 달, 현재 달, 다음 달 달력을 표시:
`cal -3`
- 특정 월(1-12 또는 이름)의 달력을 표시:
`cal -m {{월}}`
- 현재 연도의 달력을 표시:
`cal -y`
- 특정 연도(4자리)의 달력을 표시:
`cal {{연도}}`
- 특정 월과 연도의 달력을 표시:
`cal {{월}} {{연도}}`
- 주어진 연도의 부활절 날짜(서방 기독교)를 표시:
`ncal -e {{연도}}`