info
Display Help information.
SYNTAX
info [OPTION]... [MENU-ITEM...]
Options
--apropos=STRING
look up STRING in all indices of all manuals.
-d, --directory=DIR
add DIR to INFOPATH.
--dribble=FILENAME
remember user keystrokes in FILENAME.
-f, --file=FILENAME
specify Info file to visit.
-h, --help
display this help and exit.
--index-search=STRING
go to node pointed by index entry STRING.
-n, --node=NODENAME
specify nodes in first visited Info file.
-o, --output=FILENAME
output selected nodes to FILENAME.
-R, --raw-escapes
don't remove ANSI escapes from man pages.
--restore=FILENAME
read initial keystrokes from FILENAME.
-O, --show-options, --usage
go to command-line options node.
--subnodes
recursively output menu items.
--vi-keys
use vi-like and less-like key bindings.
--version
display version information and exit.
Notes
The first non-option argument, if present, is the menu entry to start from;
it is searched for in all `dir' files along INFOPATH. If it is not present,
info merges all `dir' files and shows the result. Any remaining arguments are
treated as the names of menu items relative to the initial node visited.
Examples
info Help Menu info emacs List the emacs node info emacs buffers List the buffers node within emacs manual info --show-options emacs start at node with emacs' command line options info -f ./foo.info show file ./foo.info, not searching dir
"Effective management always means asking the right question" - Robert Heller
Related commands:
man - Display manual pages
Equivalent BASH command:
man - Display manual pages