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/linux/cal.md
코드싸이 19c6841a9d
cryptsetup-luksformat: fix typo, linux/c*: add and update Korean translation (#14682)
* linux/c*: add and update Korean translation

* cryptsetup-luksformat: fix typo
2024-11-08 15:55:00 +09:00

32 lines
534 B
Markdown

# cal
> 현재 날짜가 강조된 달력을 표시합니다.
> 더 많은 정보: <https://manned.org/cal>.
- 현재 달의 달력을 표시:
`cal`
- 날짜를 기준으로 [3]개월의 달력을 표시:
`cal -3`
- 현재 [y]년도의 전체 달력을 표시:
`cal --year`
- 다음 12개월의 달력을 표시:
`cal --twelve`
- 월요일을 주의 시작일로 사용:
`cal --monday`
- 특정 연도의 달력을 표시 (4자리):
`cal {{연도}}`
- 특정 월과 연도의 달력을 표시:
`cal {{월}} {{연도}}`