Specifications
138 Version 2.0
Examples
To display the list of commands in the UEFI Shell and break after one screen:
Shell> help āb
? - Displays commands list or verbose help of a
command
alias - Displays, creates, or deletes aliases in the
UEFI Shell
attrib - Displays or changes the attributes of files
or directories
cd - Displays or changes the current directory
cls - Clears the standard output with an optional
background color
connect - Binds an EFI driver to a device and starts
the driver
copy - Copies one or more files/directories to
another location
...
To display help information of a Shell command - ls:
Shell> help ls
Shell> ? ls
Shell> ls -?
To display the list of commands that start with character āpā:
Shell> help p*
pause ā Prints a message and suspends for keyboard input










