INFO
Section: User Commands (1)Updated: February 2018
Index Return to Main Contents
NAME
info - read Info documentsSYNOPSIS
info [,OPTION/]... [,MENU-ITEM/...]DESCRIPTION
Read documentation in Info format.Frequently-used options:
- -a, --all
- use all matching manuals
- -k, --apropos=,STRING/
- look up STRING in all indices of all manuals
- -d, --directory=,DIR/
- add DIR to INFOPATH
- -f, --file=,MANUAL/
- specify Info manual 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=,FILE/
- output selected nodes to FILE
- -O, --show-options, --usage
- go to command-line options node
- --subnodes
- recursively output menu items
- -v, --variable VAR=VALUE
- assign VALUE to Info variable VAR
- --version
- display version information and exit
- -w, --where, --location
- 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
- info
- show top-level dir menu
- info info-stnd
- show the manual for this Info program
- info emacs
- start at emacs node from top-level dir
- info emacs buffers
- select buffers menu entry in emacs manual
- info emacs -n Files
- start at Files node within emacs manual
- info '(emacs)Files'
- alternative way to start at Files node
- info --show-options emacs
- start at node with emacs' command line options
- info --subnodes -o out.txt emacs
- dump entire emacs 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 © 2017 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.
SEE ALSO
The full documentation for info is provided by the texinfo-doc-nonfree package as a Texinfo manual. If this package is installed at your site, the command- info info
should give you access to the complete manual. (Or, if you have Emacs, M-x info will lead to the manual.)
Index
This document was created by man2html, using the manual pages.
Time: 04:45:19 GMT, September 16, 2022 Content-type: text/html; charset=UTF-8
INFO
Section: File Formats (5)Updated: GNU Info
Index Return to Main Contents
NAME
info - readable online documentationDESCRIPTION
The Info file format is an easily-parsable representation for online documents. It can be read by emacs(1) and info(1) among other programs.Info files are usually created from texinfo(5) sources by makeinfo(1), but can be created from scratch if so desired.
For a full description of the Texinfo language and associated tools, please see the Texinfo manual (written in Texinfo itself). Most likely, running this command from your shell:
info texinfoor this key sequence from inside Emacs:
M-x info RET m texinfo RETwill get you there.
AVAILABILITY
http://www.gnu.org/software/texinfo/REPORTING BUGS
Please send bug reports to bug-texinfo@gnu.org, general questions and discussion to help-texinfo@gnu.org.SEE ALSO
info(1), install-info(1), makeinfo(1), texi2dvi(1),texindex(1).
emacs(1), tex(1).
texinfo(5).
Index
This document was created by man2html, using the manual pages.
Time: 04:45:54 GMT, September 16, 2022
0 댓글