common/l*: add Korean translation (#14665)
This commit is contained in:
29
pages.ko/common/lsar.md
Normal file
29
pages.ko/common/lsar.md
Normal 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`
|
Reference in New Issue
Block a user