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/unp.md

14 lines
348 B
Markdown
Raw Normal View History

# unp
> 모든 아카이브를 추출.
> 관련 압축 해제 도구가 설치되어야 함, 예: RAR의 경우 `unrar`.
> 더 많은 정보: <https://manned.org/unp>.
- 아카이브 추출:
`unp {{경로/대상/아카이브.zip}}`
- 여러 아카이브 추출:
`unp {{경로/대상/아카이브1.tar.gz}} {{경로/대상/아카이브2.rar}}`