1INFO(1) User Commands INFO(1)
2
3
4
6 info - read Info documents
7
9 info [OPTION]... [MENU-ITEM...]
10
12 Read documentation in Info format.
13
14 Frequently-used options:
15 -a, --all
16 use all matching manuals
17
18 -k, --apropos=STRING
19 look up STRING in all indices of all manuals
20
21 -d, --directory=DIR
22 add DIR to INFOPATH
23
24 -f, --file=MANUAL
25 specify Info manual to visit
26
27 -h, --help
28 display this help and exit
29
30 --index-search=STRING
31 go to node pointed by index entry STRING
32
33 -n, --node=NODENAME
34 specify nodes in first visited Info file
35
36 -o, --output=FILE
37 output selected nodes to FILE
38
39 -O, --show-options, --usage
40 go to command-line options node
41
42 --subnodes
43 recursively output menu items
44
45 -v, --variable VAR=VALUE
46 assign VALUE to Info variable VAR
47
48 --version
49 display version information and exit
50
51 -w, --where, --location
52 print physical location of Info file
53
54 The first non-option argument, if present, is the menu entry to start
55 from; it is searched for in all 'dir' files along INFOPATH. If it is
56 not present, info merges all 'dir' files and shows the result. Any
57 remaining arguments are treated as the names of menu items relative to
58 the initial node visited.
59
60 For a summary of key bindings, type H within Info.
61
63 info show top-level dir menu
64
65 info info-stnd
66 show the manual for this Info program
67
68 info emacs
69 start at emacs node from top-level dir
70
71 info emacs buffers
72 select buffers menu entry in emacs manual
73
74 info emacs -n Files
75 start at Files node within emacs manual
76
77 info '(emacs)Files'
78 alternative way to start at Files node
79
80 info --show-options emacs
81 start at node with emacs' command line options
82
83 info --subnodes -o out.txt emacs
84 dump entire emacs manual to out.txt
85
86 info -f ./foo.info
87 show file ./foo.info, not searching dir
88
90 Email bug reports to bug-texinfo@gnu.org, general questions and discus‐
91 sion to help-texinfo@gnu.org.
92 Texinfo home page: http://www.gnu.org/software/texinfo/
93
95 Copyright © 2019 Free Software Foundation, Inc. License GPLv3+: GNU
96 GPL version 3 or later <http://gnu.org/licenses/gpl.html>
97 This is free software: you are free to change and redistribute it.
98 There is NO WARRANTY, to the extent permitted by law.
99
101 The full documentation for info is maintained as a Texinfo manual. If
102 the info program is properly installed at your site, the command
103
104 info info
105
106 should give you access to the complete manual. (Or, if you have Emacs,
107 M-x info will lead to the manual.)
108
109
110
111info 6.7 September 2019 INFO(1)