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
15 -k, --apropos=STRING
16 look up STRING in all indices of all manuals.
17
18 -d, --directory=DIR
19 add DIR to INFOPATH.
20
21 --dribble=FILENAME
22 remember user keystrokes in FILENAME.
23
24 -f, --file=FILENAME
25 specify Info file 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=FILENAME
37 output selected nodes to FILENAME.
38
39 -R, --raw-escapes
40 output "raw" ANSI escapes (default).
41
42 --no-raw-escapes
43 output escapes as literal text.
44
45 --restore=FILENAME
46 read initial keystrokes from FILENAME.
47
48 -O, --show-options, --usage
49 go to command-line options node.
50
51 --subnodes
52 recursively output menu items.
53
54 --vi-keys
55 use vi-like and less-like key bindings.
56
57 --version
58 display version information and exit.
59
60 -w, --where, --location
61 print physical location of Info file.
62
63 The first non-option argument, if present, is the menu entry to start
64 from; it is searched for in all `dir' files along INFOPATH. If it is
65 not present, info merges all `dir' files and shows the result. Any
66 remaining arguments are treated as the names of menu items relative to
67 the initial node visited.
68
69 For a summary of key bindings, type h within Info.
70
72 info show top-level dir menu
73
74 info info
75 show the general manual for Info readers
76
77 info info-stnd
78 show the manual specific to this Info program
79
80 info emacs
81 start at emacs node from top-level dir
82
83 info emacs buffers
84 start at buffers node within emacs manual
85
86 info --show-options emacs
87 start at node with emacs' command line options
88
89 info --subnodes -o out.txt emacs
90 dump entire manual to out.txt
91
92 info -f ./foo.info
93 show file ./foo.info, not searching dir
94
96 Email bug reports to bug-texinfo@gnu.org, general questions and discus‐
97 sion to help-texinfo@gnu.org. Texinfo home page:
98 http://www.gnu.org/software/texinfo/
99
101 Copyright © 2008 Free Software Foundation, Inc. License GPLv3+: GNU
102 GPL version 3 or later <http://gnu.org/licenses/gpl.html>
103 This is free software: you are free to change and redistribute it.
104 There is NO WARRANTY, to the extent permitted by law.
105
106
107
108info 4.13 September 2008 INFO(1)