Hubbry Logo
search button
Sign in
Info (Unix)
Info (Unix)
Comunity Hub
arrow-down
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Info (Unix)
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Info (Unix) Wikipedia article. Here, you can discuss, collect, and organize anything related to Info (Unix). The purpose of the hub is to connect people, f...
Add your contribution
Info (Unix)
Info
Stable release
7.2 / December 23, 2024; 8 months ago (2024-12-23)
Written inC
Operating systemUnix-like
PlatformCross-platform
TypeDocumentation viewer
LicenseGNU General Public License
Websitewww.gnu.org/software/texinfo/

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.[1]

List of Info readers

[edit]

See also

[edit]

References

[edit]