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/linux/xed.md
코드싸이 193c0fe90a
zic: add Korean translation, linux/x*: add Korean translation (#14757)
* linux/x*: add Korean translation

* linux/zic: add Korean translation
2024-11-10 16:44:04 +09:00

24 lines
516 B
Markdown

# xed
> Cinnamon 데스크탑 환경에서 파일 편집.
> 더 많은 정보: <https://github.com/linuxmint/xed>.
- 편집기 시작:
`xed`
- 특정 파일 열기:
`xed {{경로/대상/파일1 경로/대상/파일2 ...}}`
- 특정 인코딩을 사용하여 파일 열기:
`xed --encoding {{WINDOWS-1252}} {{경로/대상/파일1 경로/대상/파일2 ...}}`
- 지원되는 모든 인코딩 출력:
`xed --list-encodings`
- 특정 줄로 이동하여 파일 열기:
`xed +{{10}} {{경로/대상/파일}}`