cryptsetup-luksformat: fix typo, linux/c*: add and update Korean translation (#14682)

* linux/c*: add and update Korean translation

* cryptsetup-luksformat: fix typo
This commit is contained in:
코드싸이
2024-11-08 15:55:00 +09:00
committed by GitHub
parent 8d1a01fd45
commit 19c6841a9d
78 changed files with 1593 additions and 22 deletions

32
pages.ko/linux/cal.md Normal file
View File

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