mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-14 18:35:49 +02:00
gedit: add page (#3482)
This commit is contained in:
parent
13982a4fcb
commit
988a6ba362
1 changed files with 20 additions and 0 deletions
20
pages/linux/gedit.md
Normal file
20
pages/linux/gedit.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue