1INFO(1)                          User Commands                         INFO(1)
2
3
4

NAME

6       info - read Info documents
7

SYNOPSIS

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

DESCRIPTION

12       Read documentation in Info format.
13

OPTIONS

15       --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       -w, --where, --location
55              print physical location of Info file.
56
57       --vi-keys
58              use vi-like and less-like key bindings.
59
60       --version
61              display version information and exit.
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

EXAMPLES

70       info   show top-level dir menu
71
72       info emacs
73              start at emacs node from top-level dir
74
75       info emacs buffers
76              start at buffers node within emacs manual
77
78       info --show-options emacs
79              start at node with emacs' command line options
80
81       info --subnodes -o out.txt emacs
82              dump entire manual to out.txt
83
84       info -f ./foo.info
85              show file ./foo.info, not searching dir
86

REPORTING BUGS

88       Email bug reports to bug-texinfo@gnu.org, general questions and discus‐
89       sion     to     help-texinfo@gnu.org.      Texinfo      home      page:
90       http://www.gnu.org/software/texinfo/
91
93       Copyright  ©  2007  Free Software Foundation, Inc.  License GPLv3+: GNU
94       GPL version 3 or later <http://gnu.org/licenses/gpl.html>
95       This is free software: you are free  to  change  and  redistribute  it.
96       There is NO WARRANTY, to the extent permitted by law.
97
98
99
100info 4.11                       September 2007                         INFO(1)
Impressum