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

24
pages.ko/common/unrar.md Normal file
View File

@@ -0,0 +1,24 @@
# unrar
> RAR 압축 파일을 추출.
> 더 많은 정보: <https://manned.org/unrar>.
- 원본 디렉토리 구조로 파일 추출:
`unrar x {{압축파일.rar}}`
- 지정된 경로에 원본 디렉토리 구조로 파일 추출:
`unrar x {{압축파일.rar}} {{경로/대상/추출}}`
- 현재 디렉토리에 디렉토리 구조를 무시하고 파일 추출:
`unrar e {{압축파일.rar}}`
- 압축 파일 내 각 파일의 무결성 검사:
`unrar t {{압축파일.rar}}`
- 압축 해제 없이 압축 파일 내의 파일 목록 표시:
`unrar l {{압축파일.rar}}`