Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
info (Unix)
Stand-alone program, part of the Texinfo distribution, which is used to view Info files on a text terminal

Info is a software utility which forms a hypertextual, multipage documentation and help viewer working on a command-line interface.

Info reads info files generated by the texinfo program and presents the documentation as a tree with simple commands to traverse the tree and to follow cross references. For instance, pressing the space 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 the backspace key moves in the opposite direction. Furthermore:

  • ] goes to the next node in the current document.
  • [ goes to the previous node in the current document.
  • n goes to the next node on the same level as the current node.
  • p goes to the previous node on the same level as the current node.
  • u ("up") goes to the parent of the current node.
  • l goes to the last visited node.
  • Moving the cursor over a link (a word preceded by an asterisk) and pressing the enter key follows the link.
  • Pressing the tab key will move the cursor to the next nearest link.

The C implementation of info was designed as the main documentation system of GNU based operating systems and was then ported to other Unix-like operating systems. However, info files had already been in use on ITS emacs. On the TOPS-20 operating system INFO was called XINFO.

Related Image Collections Add Image
We don't have any YouTube videos related to info (Unix) yet.
We don't have any PDF documents related to info (Unix) yet.
We don't have any Books related to info (Unix) yet.
We don't have any archived web articles related to info (Unix) yet.

List of Info readers

See also

  • Free and open-source software portal

References

  1. Stacy, Christopher C. (1982), MIT Artificial Intelligence Laboratory Working Papers, WP-235, Getting Started Computing at the AI Lab http://dspace.mit.edu/handle/1721.1/41180