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

View File

@@ -0,0 +1,9 @@
# lispmtopgm
> Lisp Machine 비트맵을 PGM 이미지로 변환.
> 같이 보기: `pgmtolispm`.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/lispmtopgm.html>.
- 지정된 Lisp Machine 비트맵 파일을 PGM 이미지로 변환:
`lispmtopgm {{경로/대상/입력.lispm}} > {{경로/대상/출력.pgm}}`