common/x*: add Korean translation (#14635)

This commit is contained in:
코드싸이
2024-11-05 16:07:08 +09:00
committed by GitHub
parent 23c5de443b
commit a3249448d1
40 changed files with 815 additions and 0 deletions

16
pages.ko/common/xar.md Normal file
View File

@@ -0,0 +1,16 @@
# xar
> .xar 아카이브 관리.
> 더 많은 정보: <https://manned.org/xar>.
- 주어진 디렉토리의 모든 파일로 xar 아카이브 생성:
`xar -cf {{archive.xar}} {{경로/대상/폴더}}`
- 주어진 xar 아카이브의 내용 목록:
`xar -tf {{archive.xar}}`
- 주어진 xar 아카이브의 내용을 현재 디렉토리로 추출:
`xar -xf {{archive.xar}}`