common/l*: add Korean translation (#14665)

This commit is contained in:
코드싸이
2024-11-07 09:27:55 +09:00
committed by GitHub
parent feb91d75ea
commit ef281bb658
103 changed files with 2279 additions and 0 deletions

29
pages.ko/common/lsar.md Normal file
View File

@@ -0,0 +1,29 @@
# lsar
> 아카이브 파일의 내용을 나열합니다.
> 같이 보기: `unar`, `ar`.
> 더 많은 정보: <https://manned.org/lsar>.
- 아카이브 파일의 내용 나열:
`lsar {{경로/대상/아카이브}}`
- 암호로 보호된 아카이브 파일의 내용 나열:
`lsar {{경로/대상/아카이브}} --password {{암호}}`
- 아카이브 내 각 파일에 대한 모든 사용 가능한 정보 출력 (매우 길게 출력됨):
`lsar {{-L|--verylong}} {{경로/대상/아카이브}}`
- 아카이브 파일의 무결성 테스트 (가능한 경우):
`lsar --test {{경로/대상/아카이브}}`
- 아카이브 파일의 내용을 JSON 형식으로 나열:
`lsar --json {{경로/대상/아카이브}}`
- 도움말 표시:
`lsar --help`