Running gedit from a Command Line

You can run gedit from a command line and open a single file or multiple files. To open multiple files from a command line, type the following command, then press Return:

gedit file1.txt file2.txt file3.txt

Alternatively, you can specify a URI instead of a filename.

For more information on how to run gedit from a command line, see the unix manual page for gedit, gedit(1).