common/u*: add and update Korean translation (#14522)

This commit is contained in:
코드싸이
2024-11-02 02:56:27 +09:00
committed by GitHub
parent ca7166e59a
commit 44f4f2b76d
32 changed files with 675 additions and 6 deletions

13
pages.ko/common/unp.md Normal file
View File

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