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

16
pages.ko/common/lzop.md Normal file
View File

@@ -0,0 +1,16 @@
# lzop
> LZO 압축을 사용하여 파일을 압축하거나 압축 해제.
> 더 많은 정보: <https://www.lzop.org/>.
- 파일을 `.lzo` 확장자로 새 파일로 압축:
`lzop {{경로/대상/파일}}`
- 파일 압축 해제:
`lzop -d {{경로/대상/파일.lzo}}`
- 압축 레벨을 지정하여 파일 압축. 0 = 최악, 9 = 최고 (기본 레벨은 3):
`lzop -{{레벨}} {{경로/대상/파일}}`