common/x*: add Korean translation (#14635)
This commit is contained in:
16
pages.ko/common/xar.md
Normal file
16
pages.ko/common/xar.md
Normal 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}}`
|
Reference in New Issue
Block a user