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:
32
pages.ko/linux/cal.md
Normal file
32
pages.ko/linux/cal.md
Normal 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 {{월}} {{연도}}`
|
Reference in New Issue
Block a user