mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 16:55:34 +02:00
bmptopnm, bmptoppm, bob: add Korean translation (#13743)
This commit is contained in:
parent
fda9af4dfa
commit
88b7bee74f
3 changed files with 48 additions and 0 deletions
16
pages.ko/common/bmptopnm.md
Normal file
16
pages.ko/common/bmptopnm.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# bmptopnm
|
||||||
|
|
||||||
|
> BMP 파일을 PBM, PGM 또는 PNM 이미지로 변환.
|
||||||
|
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/bmptopnm.html>.
|
||||||
|
|
||||||
|
- Windows 또는 OS/2 BMP 파일의 경우, PBM, PGM 또는 PNM 이미지를 출력으로 생성:
|
||||||
|
|
||||||
|
`bmptopnm {{경로/대상/file.bmp}}`
|
||||||
|
|
||||||
|
- BMP 헤더의 내용을 `stderr`에 보고:
|
||||||
|
|
||||||
|
`bmptopnm -verbose {{경로/대상/file.bmp}}`
|
||||||
|
|
||||||
|
- 버전 표시:
|
||||||
|
|
||||||
|
`bmptopnm -version`
|
8
pages.ko/common/bmptoppm.md
Normal file
8
pages.ko/common/bmptoppm.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# bmptoppm
|
||||||
|
|
||||||
|
> 이 명령은 `bmptopnm`으로 대체됨.
|
||||||
|
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/bmptoppm.html>.
|
||||||
|
|
||||||
|
- 현재 명령에 대한 문서 보기:
|
||||||
|
|
||||||
|
`tldr bmptopnm`
|
24
pages.ko/common/bob.md
Normal file
24
pages.ko/common/bob.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# bob
|
||||||
|
|
||||||
|
> Neovim 버전을 관리하고 전환.
|
||||||
|
> 더 많은 정보: <https://github.com/MordechaiHadad/bob>.
|
||||||
|
|
||||||
|
- 지정된 버전의 Neovim을 설치하고 전환:
|
||||||
|
|
||||||
|
`bob use {{nightly|stable|latest|version_string|commit_hash}}`
|
||||||
|
|
||||||
|
- Neovim의 설치 및 현재 사용되는 버전을 출력:
|
||||||
|
|
||||||
|
`bob list`
|
||||||
|
|
||||||
|
- 특정 버전의 Neovim을 제거:
|
||||||
|
|
||||||
|
`bob uninstall {{nightly|stable|latest|version_string|commit_hash}}`
|
||||||
|
|
||||||
|
- Neovim을 제거하고 `bob`이 변경한 내용을 모두 삭제:
|
||||||
|
|
||||||
|
`bob erase`
|
||||||
|
|
||||||
|
- 이전에 최신으로 수정된 버전으로 롤백:
|
||||||
|
|
||||||
|
`bob rollback`
|
Loading…
Add table
Reference in a new issue