1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/mg.md
코드싸이 feb91d75ea
mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation

* mpv: fix typo
2024-11-07 09:27:03 +09:00

472 B

mg

작고 빠르며 이식성이 뛰어난 emacs 기반 텍스트 편집기. 더 많은 정보: https://github.com/hboetes/mg.

  • 파일을 열어 편집:

mg {{경로/대상/파일}}

  • 지정된 줄 번호에서 파일 열기:

mg +{{줄_번호}} {{경로/대상/파일}}

  • 읽기 전용 모드로 파일 열기:

mg -R {{경로/대상/파일1 경로/대상/파일2 ...}}

  • 편집 시 ~ 백업 파일 비활성화:

mg -n {{경로/대상/파일}}