HELP
In computing, help is a command in various command line shells such as COMMAND.COM, cmd.exe, Bash, qshell, 4DOS/4NT, Windows PowerShell, Singularity shell, Python, MATLAB[1] and GNU Octave.[2] It provides online information about available commands and the shell environment.[3]
help
COMMAND.COM
cmd.exe
The command is available in operating systems such as Multics,[4] Heath Company HDOS,[5] CP/M Plus, DOS, IBM OS/2,[6] eComStation, ArcaOS, IBM i,[7] Microsoft Windows, ReactOS,[8] THEOS/OASIS,[9] Zilog Z80-RIO,[10] Microware OS-9,[11] Stratus OpenVOS,[12] HP MPE/iX,[13] Motorola VERSAdos,[14] KolibriOS[15] and also in the DEC RT-11,[16] RSX-11,[17] TOPS-10[18] and TOPS-20[19] operating systems. Furthermore it is available in the open source MS-DOS emulator DOSBox and in the EFI shell.[20]
On Unix, the command is part of the Source Code Control System and prints help information for the SCCS commands.
The Multics help command prints descriptions of system commands/active functions and subroutines. It also prints various information about the system status, system changes, and other general information. This information is selected from segments maintained online, which are in a special format, called information segments. More than 800 information segments are available.[21]
The DEC OS/8 CCL help command prints information on specified OS/8 programs.[22]
The help command is available in MS-DOS 5.x and later versions of the software.[23] The help command with a 'command' parameter would give help on a specific command. If no arguments are provided, the command lists the contents of DOSHELP.HLP.
DOSHELP.HLP
In MS-DOS 6.x this command exists as FASTHELP.
FASTHELP
The MS-DOS 6.xx help command uses QBasic to view a quickhelp HELP.HLP file, which contains more extensive information on the commands, with some hyperlinking etc. The MS-DOS 6.22 help system is included on Windows 9x CD-ROM versions as well.
HELP.HLP
In PC DOS 5 and 6 help is the same form as MS-DOS 5 help command.
PC DOS 7.xx help uses view.exe to open OS/2 style INF files (cmdref.inf, dosrexx.inf and doserror.inf), opening these to the appropriate pages.
view.exe
cmdref.inf
dosrexx.inf
doserror.inf
The Software Link's PC-MOS includes an implementation of help.[24] Like the rest of the operating system, it is licensed under the GPL v3.[25]
In DR-DOS, help is a batch file that launches DR-DOS' internal help program, dosbook.
dosbook
Datalight ROM-DOS includes an implementation of the help command.[26] ROM-DOS was introduced in 1989 as an MS-DOS compatible operating system designed for embedded systems.
The FreeDOS version was developed by Joe Cosentino.[27]
The 4DOS/4NT help command uses a text user interface to display the online help.
Used without parameters, help lists and briefly describes every system command. Windows NT-based versions use MS-DOS 5 style help. Versions before Windows Vista also have a Windows help file (NTCMDS.HLP or NTCMDS.INF) in a similar style to MS-DOS 6.
NTCMDS.HLP
NTCMDS.INF
In PowerShell, help is a short form (implemented as a PowerShell function) for access to the Get-Help Cmdlet.
Get-Help
Windows PowerShell includes an extensive, console-based help system, reminiscent of man pages in Unix. The help topics include help for cmdlets, providers, and concepts in PowerShell.
In Bash, the builtin command help'[28] lists all Bash builtin commands if used without arguments. Otherwise, it prints a brief summary of a command. Its syntax is:
help [-dms] [pattern]
HELP is a DCL utility that contains information on the use of commands and descriptions of some OpenVMS concepts such as time formats and lexical functions, as well as lists of commands for a particular purpose (HELP Hints).
The command-syntax is:
help [command]
Arguments:
command
Z:\>help If you want a list of all supported commands type help /all . A short list of the most often used commands: <DIR > Directory View. <CD > Display/changes the current directory. <CLS > Clear screen. <COPY > Copy files. ...
>>> help Type help() for interactive help, or help(object) for help about object. >>> help() Welcome to Python 2.5! This is the online help utility. If this is your first time using Python, you should definitely check out the tutorial on the Internet at https://www.python.org/doc/tut/. Enter the name of any module, keyword, or topic to get help on writing Python programs and using Python modules. To quit this help utility and return to the interpreter, just type "quit". ...
octave-3.0.0.exe:1> help Help is available for the topics listed below. Additional help for built-in functions and operators is available in the on-line version of the manual. Use the command `doc <topic>' to search the manual index. ...