1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/ouch.md
코드싸이 650fabfc22
common/o*: add Korean translation (#14642)
* common/o*: add Korean translation

* odps-resource: update Korean translation (fix typo)
2024-11-05 23:54:36 +09:00

20 lines
608 B
Markdown

# ouch
> 파일 및 디렉터리를 압축하고 해제하는 명령줄 유틸리티.
> 더 많은 정보: <https://crates.io/crates/ouch>.
- 특정 파일 압축 해제:
`ouch decompress {{경로/대상/아카이브.tar.xz}}`
- 특정 위치에 파일 압축 해제:
`ouch decompress {{경로/대상/아카이브.tar.xz}} --dir {{경로/대상/폴더}}`
- 여러 파일 압축 해제:
`ouch decompress {{경로/대상/아카이브1.tar 경로/대상/아카이브2.tar.gz ...}}`
- 파일 압축:
`ouch compress {{경로/대상/파일1 경로/대상/파일2 ...}} {{경로/대상/아카이브.zip}}`