From 988a6ba362de0f205a47f3c8d4e506d76edd2b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nolasco=20Napole=C3=A3o?= Date: Sun, 27 Oct 2019 11:11:23 +0000 Subject: [PATCH] gedit: add page (#3482) --- pages/linux/gedit.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/gedit.md diff --git a/pages/linux/gedit.md b/pages/linux/gedit.md new file mode 100644 index 0000000000..57662418e1 --- /dev/null +++ b/pages/linux/gedit.md @@ -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}}`