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 --subnodes
40 recursively output menu items
41
42 -v, --variable VAR=VALUE
43 assign VALUE to Info variable VAR
44
45 --version
46 display version information and exit
47
48 -w, --where, --location
49 print physical location of Info file
50
51 The first non-option argument, if present, is the menu entry to start
52 from; it is searched for in all 'dir' files along INFOPATH. If it is
53 not present, info merges all 'dir' files and shows the result. Any re‐
54 maining arguments are treated as the names of menu items relative to
55 the initial node visited.
56
57 For a summary of key bindings, type H within Info.
58
60 info show top-level dir menu
61
62 info info-stnd
63 show the manual for this Info program
64
65 info emacs
66 start at emacs node from top-level dir
67
68 info emacs buffers
69 select buffers menu entry in emacs manual
70
71 info emacs -n Files
72 start at Files node within emacs manual
73
74 info '(emacs)Files'
75 alternative way to start at Files node
76
77 info --subnodes -o out.txt emacs
78 dump entire emacs manual to out.txt
79
80 info -f ./foo.info
81 show file ./foo.info, not searching dir
82
84 Email bug reports to bug-texinfo@gnu.org, general questions and discus‐
85 sion to help-texinfo@gnu.org.
86 Texinfo home page: http://www.gnu.org/software/texinfo/
87
89 Copyright © 2023 Free Software Foundation, Inc. License GPLv3+: GNU
90 GPL version 3 or later <http://gnu.org/licenses/gpl.html>
91 This is free software: you are free to change and redistribute it.
92 There is NO WARRANTY, to the extent permitted by law.
93
95 The full documentation for info is maintained as a Texinfo manual. If
96 the info program is properly installed at your site, the command
97
98 info info
99
100 should give you access to the complete manual. (Or, if you have Emacs,
101 M-x info will lead to the manual.)
102
103
104
105GNU texinfo 7.0.3 March 2023 INFO(1)