Scroll to navigation

INFO(1) User Commands INFO(1)

NAME

info - read Info documents

SYNOPSIS

info [OPTION]... [MENU-ITEM...]

DESCRIPTION

Read documentation in Info format.

OPTIONS

look up STRING in all indices of all manuals.
add DIR to INFOPATH.
remember user keystrokes in FILENAME.
specify Info file to visit.
display this help and exit.
go to node pointed by index entry STRING.
specify nodes in first visited Info file.
output selected nodes to FILENAME.
output "raw" ANSI escapes (default).
output escapes as literal text.
read initial keystrokes from FILENAME.
go to command-line options node.
recursively output menu items.
use vi-like and less-like key bindings.
display version information and exit.
print physical location of Info file.

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.

For a summary of key bindings, type h within Info.

EXAMPLES

show top-level dir menu
info info
show the general manual for Info readers
info info-stnd
show the manual specific to this Info program
info emacs
start at emacs node from top-level dir
info emacs buffers
start at buffers node within emacs manual
info --show-options emacs
start at node with emacs' command line options
info --subnodes -o out.txt emacs
dump entire manual to out.txt
info -f ./foo.info
show file ./foo.info, not searching dir

REPORTING BUGS

Email bug reports to bug-texinfo@gnu.org, general questions and discussion to help-texinfo@gnu.org. Texinfo home page: http://www.gnu.org/software/texinfo/

COPYRIGHT

Copyright © 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

September 2008 info 4.13