
gedit
List of commands for gedit:
-
gedit:tldr:8786f gedit: Display a list of supported encodings.$ gedit --list-encodingstry on your machineexplain this command
-
gedit:tldr:9fec3 gedit: Open a text file.$ gedit ${filename}try on your machineexplain this command
-
gedit:tldr:a6361 gedit: Open a text file with a specific encoding.$ gedit --encoding=${UTF-8} ${filename}try on your machineexplain this command