| Use Case | Command | Description |
|---|---|---|
| π Show top-level directory | info | Display the main menu of all Info documents |
| π Show a manual's top node | info emacs | Open the Emacs manual at its top-level menu |
| π Navigate to a specific node | info emacs -n Files | Jump directly to the "Files" node inside Emacs manual |
| π Dump entire manual | info --subnodes -o out.txt emacs | Recursively output the whole manual to a file |
| βοΈ Show command-line options | info --show-options emacs | Go straight to the node describing command line options |
| π Search all indices | info -k printf | Look up "printf" in all indices of all manuals |
| π View a local Info file | info -f ./foo.info | Open a specific Info file without searching the directory |
-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 π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
info info
should give you access to the complete manual. (Or, if you have Emacs, M-x info will lead to
the manual.)
Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-18 17:38 @2600:1f28:365:80b0:f8a4:e764:d6bb:8e66
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format