Site icon NexonHost.com

How to use info command.

What is info command?

In Linux, the "info" command typically refers to the Info documentation system. Info is a specialized format for documentation that is commonly used for GNU software and other projects. It provides a hierarchical and interactive documentation viewer that allows you to navigate through different sections and topics of documentation.

Options for info command:

Syntax:

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

Examples:

-a : It use all matching manuals and display them for a particular command.

 info -a cvs

-k : It look up STRING in all indices of all manuals and then display the same.

 info -k cvs

-d : It adds DIR to INFOPATH and also display the same.

 info -d cvs

-O : It go to command-line options node for a particular command and display the same.

 info -O cvs

-w Command : It print physical location of Info file.

 info -w cvs

Note:

Exit mobile version