mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation * mpv: fix typo
This commit is contained in:
16
pages.ko/common/mkfile.md
Normal file
16
pages.ko/common/mkfile.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# mkfile
|
||||
|
||||
> 원하는 크기의 빈 파일을 생성.
|
||||
> 더 많은 정보: <https://manned.org/mkfile>.
|
||||
|
||||
- 15킬로바이트의 빈 파일 생성:
|
||||
|
||||
`mkfile -n {{15k}} {{경로/대상/파일}}`
|
||||
|
||||
- 주어진 크기와 단위(바이트, KB, MB, GB)의 파일 생성:
|
||||
|
||||
`mkfile -n {{크기}}{{b|k|m|g}} {{경로/대상/파일}}`
|
||||
|
||||
- 각각 4메가바이트의 두 파일 생성:
|
||||
|
||||
`mkfile -n {{4m}} {{첫번째_파일명}} {{두번째_파일명}}`
|
Reference in New Issue
Block a user