| Info | |
|---|---|
Screenshot of GNU Info showing an info page forBash shell | |
| Stable release | 7.2 / December 23, 2024; 10 months ago (2024-12-23) |
| Written in | C |
| Operating system | Unix-like |
| Platform | Cross-platform |
| Type | Documentation viewer |
| License | GNU General Public License |
| Website | www |
Info is asoftware utility which forms ahypertextual, multipage documentation andhelp viewer working on acommand-line interface.
Info readsinfo files generated by thetexinfo program and presents the documentation as atree with simple commands to traverse the tree and to follow cross references. For instance, pressing thespace bar scrolls down within the current tree node or goes to the next node in the current document if already at the bottom of the current node, allowing to read the contents of an info file sequentially. Pressing thebackspace key moves in the opposite direction. Furthermore:
TheC implementation of info was designed as the main documentation system of GNU basedoperating systems and was then ported to otherUnix-like operating systems. However, info files had already been in use onITSemacs. On theTOPS-20 operating system INFO was called XINFO.[1]