linux/a*: add and update Korean translation (#14680)
* linux/a*: add and update Korean translation * Update pages.ko/linux/apt-file.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/ark.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/atool.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
16
pages.ko/linux/ark.md
Normal file
16
pages.ko/linux/ark.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# ark
|
||||
|
||||
> KDE의 압축 도구.
|
||||
> 더 많은 정보: <https://docs.kde.org/stable5/en/ark/ark/>.
|
||||
|
||||
- 특정 압축 파일을 현재 디렉토리에 추출:
|
||||
|
||||
`ark --batch {{경로/대상/압축_파일}}`
|
||||
|
||||
- 압축 파일을 특정 디렉토리에 추출:
|
||||
|
||||
`ark --batch --destination {{경로/대상/폴더}} {{경로/대상/압축_파일}}`
|
||||
|
||||
- 압축 파일이 존재하지 않을 경우 생성하고 특정 파일 추가:
|
||||
|
||||
`ark --add-to {{경로/대상/압축_파일}} {{경로/대상/파일1 경로/대상/파일2 ...}}`
|
Reference in New Issue
Block a user