1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 01:24:55 +02:00
tldr/pages/linux/gedit.md
2019-10-27 12:11:23 +01:00

20 lines
374 B
Markdown

# gedit
> Text editor for the GNOME Desktop.
> It can be used to create and edit all kinds of text files.
- Open a text file:
`gedit {{path/to/file}}`
- Open multiple text files:
`gedit {{file1 file2 ...}}`
- Display list of supported encodings:
`gedit --list-encodings`
- Open a text file with the specified encoding:
`gedit --encoding={{UTF-8}} {{path/to/file}}`