Forrest logo
back to the whatis tool

whatis:tldr:31a6a

whatis: Display descriptions of a specific language (requires `manpage-{{locale}}` package).
$ whatis --locale=${en} ${command}
try on your machine

The command: whatis --locale=${en} ${command} Explanation: - "whatis" is a command used in Linux/Unix systems to provide brief descriptions of other commands, programs, or functions. - "--locale=${en}" is an option provided to the "whatis" command. The "--locale" option allows you to specify the localization or language settings for the command's output. In this case, the value "${en}" is being passed as the variable to represent the English language. So, the command is set to display the description in English. - "${command}" is a placeholder representing the command or program for which you want to retrieve a brief description. In summary, this command retrieves a brief description of a specified command or program, and displays it in English.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the whatis tool