common/x*: add Korean translation (#14635)

This commit is contained in:
코드싸이
2024-11-05 16:07:08 +09:00
committed by GitHub
parent 23c5de443b
commit a3249448d1
40 changed files with 815 additions and 0 deletions

17
pages.ko/common/xzless.md Normal file
View File

@@ -0,0 +1,17 @@
# xzless
> `xz` 및 `lzma` 압축 파일에서 텍스트를 표시.
> 같이 보기: `less`.
> 더 많은 정보: <https://manned.org/xzless>.
- 압축 파일 보기:
`xzless {{경로/대상/파일}}`
- 압축 파일을 보고 줄 번호 표시:
`xzless --LINE-NUMBERS {{경로/대상/파일}}`
- 압축 파일을 보고 첫 화면에 전체 파일이 표시될 수 있으면 종료:
`xzless --quit-if-one-screen {{경로/대상/파일}}`