add new chinese translations
This commit is contained in:
20
pages.zh/linux/gedit.md
Normal file
20
pages.zh/linux/gedit.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# gedit
|
||||
|
||||
> GNOME桌面项目的文本编辑器。
|
||||
> 更多信息:<https://help.gnome.org/users/gedit/stable/>.
|
||||
|
||||
- 打开一个文本文件:
|
||||
|
||||
`gedit {{path/to/file}}`
|
||||
|
||||
- 打开多个文本文件:
|
||||
|
||||
`gedit {{file1 file2 ...}}`
|
||||
|
||||
- 以特定编码打开文本文件:
|
||||
|
||||
`gedit --encoding {{UTF-8}} {{path/to/file}}`
|
||||
|
||||
- 显示支持的编码列表:
|
||||
|
||||
`gedit --list-encodings`
|
Reference in New Issue
Block a user