Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gedit(1) [redhat man page]

GEDIT(l)																  GEDIT(l)

NAME
gedit - simple text editor for GNOME The gedit application is a simple text editor. You can use gedit to create and edit text files. You can use gedit plugins to perform a variety of tasks related to text-editing from within the gedit window. SYNTAX
gedit [--help] [--debug[-section]] [--new-window] [--new-document] [--quit] [filename(s)...] DESCRIPTION
gedit is a text editor for the GNOME Desktop. OPTIONS
--help Prints the command line options. --debug[-section] Runs gedit in debug mode. In debug mode function names are dumped to the console when they are invoked. Specific sections for debug- ging are allowed. The sections are: window, commands, document, file, plugins, prefs, print, search, undo, view and recent. Run `gedit --help' for more information. --new-window Create a new toplevel window in an existing instance of gedit. --new-document Create a new document in an existing instance of gedit. --quit Quit an existing instance of gedit. filename(s)... Specifies the file to open when gedit starts - if this is not specified, gedit will load a blank file with an Untitled label. Multi- ple files can be loaded if they are separated by spaces. gedit also supports handling of remote files. For example, you can pass the location of a webpage to gedit, like "http://www.gnome.org", or load a file from a FTP server, like "ftp://ftp.gnome.org/ro- bots.txt". PIPES
Gedit accepts pipes, so it can be run after another command to load the output into gedit. For example : ls -l | gedit BUGS
If you find a bug, please report it at http://bugzilla.gnome.org/enter_bug.cgi?product=gedit. AUTHORS
Paolo Maggi (maggi@athena.polito.it) James Willcox (jwillcox@cs.indiana.edu) Federico Mena Quintero (federico@ximian.com) Chema Celorio (chema@celorio.com) 05 Jan 2003 GEDIT(l)

Check Out this Related Man Page

jdshelp(1)							   User Commands							jdshelp(1)

NAME
jdshelp - Java Desktop System Help browser SYNOPSIS
jdshelp [URL] [gnome-std-options] DESCRIPTION
jdshelp displays the Java Desktop System online Help. If a URL is specified, jdshelp displays the topic referenced by the URL. The URL must be a ghelp URL. If no argument is specified, jdshelp displays the complete online Help. OPTIONS
The following options are supported: gnome-std-optionStandard options available for use with most GNOME applications. See gnome-std-options(5) for more information. OPERANDS
The following operands are supported: URL Uniform Resource Locator, the location of a Help topic. EXAMPLES
Example 1: Displaying the Text Editor Online Help example% jdshelp ghelp://usr/share/gnome/help/gedit/C/gedit.xml EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/jdshelp Executable for Java Desktop System Help browser ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-* | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. yelp(1) NOTES
Written by Laszlo Kovacs, Sun Microsystems Inc., 2004. SunOS 5.10 29 Oct 2004 jdshelp(1)
Man Page