GNU Info accepts several options to control the initial node being viewed, and to specify which directories to search for Info files. Here is a template showing an invocation of GNU Info from the shell:
info [--option-name option-value] menu-item...
The following option-names are available when invoking Info from the shell:
--directory directory-path
-d directory-path
--directory
multiple
times; once for each directory which contains Info files.
Alternatively, you may specify a value for the environment variable
INFOPATH
; if --directory
is not given, the value of
INFOPATH
is used. The value of INFOPATH
is a colon
separated list of directory names. If you do not supply INFOPATH
or --directory-path
, Info uses a default path.
--file filename
-f filename
dir
; if you use this option, Info will start with
(filename)Top
as the first file and node.
--index-search string
--node nodename
-n nodename
--file
(1). You may specify --node
multiple times; for
an interactive Info, each nodename is visited in its own window,
for a non-interactive Info (such as when --output
is given) each
nodename is processed sequentially.
--output filename
-o filename
-
for filename specifies
the standard output.
--subnodes
--output
. It means to recursively output the nodes appearing in
the menus of each node being output. Menu items which resolve to
external Info files are not output, and neither are menu items which are
members of an index. Each node is only output once.
--help
-h
--version
menu-item
info emacs buffersfirst selects the menu item `Emacs' in the node `(dir)Top', and then selects the menu item `Buffers' in the node `(emacs)Top'.
Go to the first, previous, next, last section, table of contents.