Visualización de la ayuda de los comandos, Visualización de la ayuda de todos los comandos, Visualización de la ayuda de un comando específico – HP UEFI Manual del usuario
Página 18

El
muestra cómo utilizar esta opción con el comando rm para eliminar
todos los directorios temp sin que se muestren solicitudes de confirmación.
Ejemplo 6 Uso de la opción -q para eliminar las solicitudes de confirmación
fs0:\> rm -q test\temp*
removing fs0:\test\temp1\temp1.txt
- [ok]
removing fs0:\test\temp1\boot\nshell.efi
- [ok]
removing fs0:\test\temp1\boot
- [ok]
removing fs0:\test\temp1
- [ok]
removing fs0:\test\temp2\temp2.txt
- [ok]
removing fs0:\test\temp2
- [ok]
Visualización de la ayuda de los comandos
Existen varias opciones de comandos con las que se puede mostrar la ayuda detallada y resumida
de uno o varios comandos.
Visualización de la ayuda de todos los comandos
El
muestra cómo se puede mostrar la ayuda de todos los comandos en
una pantalla a la vez:
Ejemplo 7 Visualización de la ayuda de todos los comandos
Shell> help –b
alias - Displays, creates, or deletes UEFI Shell aliases.
attrib - Displays or changes the attributes of files or directories.
cd - Displays or changes the current directory.
cls - Clears standard output and optionally changes background color.
comp - Compares the contents of two files on a byte for byte basis.
cp - Copies one or more files or directories to another location.
date - Displays and sets the current date for the system.
devices - Displays the list of devices managed by UEFI drivers.
devtree - Displays the UEFI Driver Model compliant device tree.
dh - Displays the device handles in the UEFI environment.
dmem - Displays the contents of system or device memory.
drivers - Displays the UEFI driver list.
echo - Controls script file command echoing or displays a message.
edit - Full screen editor for ASCII or UCS-2 files.
eficompress - Compresses a file using UEFI Compression Algorithm.
efidecompress - Decompresses a file using UEFI Decompression Algorithm.
else - Identifies the code executed when 'if' is FALSE.
endfor - Ends a 'for' loop.
endif - Ends the block of a script controlled by an 'if' statement.
exit - Exits the UEFI Shell or the current script.
for - Starts a loop based on 'for' syntax.
fwupdate - Invokes an HP UEFI Shell utility used to update System BIOS firmware.
getmtc - Gets the MTC from BootServices and displays it.
Press ENTER to continue or 'Q' break:
Visualización de la ayuda de un comando específico
Utilice cualquiera de las siguientes opciones de sintaxis para mostrar la ayuda de un comando
específico:
•
help commandname
•
? commandname
•
commandname -?
18
Referencia de comandos de UEFI Shell