mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00

* linux/s*: add Korean translation * systemctl: update Korean translation * Update pages.ko/linux/sqfscat.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/shar.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/sqfstar.md Co-authored-by: Chooooo <contact@choo.ooo> * shnsplit: fix typo * semanage: update Korean translation --------- Co-authored-by: Chooooo <contact@choo.ooo>
624 B
624 B
sensible-editor
기본 편집기를 엽니다. 더 많은 정보: https://manned.org/sensible-editor.
- 기본 편집기로 파일 열기:
sensible-editor {{경로/대상/파일}}
- 파일 끝에 커서를 위치시키고 기본 편집기로 파일 열기:
sensible-editor + {{경로/대상/파일}}
- 10번째 줄 시작에 커서를 위치시키고 기본 편집기로 파일 열기:
sensible-editor +10 {{경로/대상/파일}}
- 세 개의 파일을 수직 분할된 편집기 창에서 동시에 열기:
sensible-editor -O3 {{경로/대상/파일1 경로/대상/파일2 경로/대상/파일3}}