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:
코드싸이
2024-11-08 16:21:35 +09:00
committed by GitHub
parent cb03fe18ae
commit 38f417243c
80 changed files with 1647 additions and 8 deletions

16
pages.ko/linux/ark.md Normal file
View 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 ...}}`