Copied to clipboard

info

The info command line is a computer command-line interface (CLI) tool for viewing and retrieving GNU software documentation. It provides a user-friendly interface to view the manual pages of different GNU software, such as info and man.

Example

  1. View the manual page of GNU software: info <software name>

    For example, to view the manual page of bash, you can enter the following command: info bash

  2. Display help information for the info command: info --help

  3. Display version information for the info command: info --version

  4. Display all items in the directory: info -a

  5. Display detailed information for all items in the directory: info -d