hp workstations zx6000, hp server rx2600 - operation and maintenance guide
System Configuration
Extensible Firmware Interface (EFI)
Chapter 3
111
Examples:
• To use the pause command, create the following script using the edit editor:
#
# Example script for the ‘pause’ command
#
echo script pause.nsh begins
date
time
pause
echo script pause.nsh ends
Here are the results from executing pause.nsh with echo on:
+pause.nsh> echo script pause.nsh begins
script pause.nsh begins
+pause.nsh> date
03/05/02
+pause.nsh> time
04:29:19
+pause.nsh> pause
Enter ‘q’ to quit, any other key to continue:
+pause.nsh> echo script pause.nsh ends
script pause.nsh ends
stall Command The stall command stalls the processor for the number of
microseconds specified with the command.
Syntax
stall microseconds
microseconds Number of microseconds that the shell script will remain stalled.
Notes:
• The stall command in an emulation window environment will cause the system to
sleep for the number of microseconds given.
• The stall command in other environments will wait for the specified number of
microseconds given.
• The value of microseconds is given in decimal format.