Specifications
Command Line Processing
A-8
Command Line Processing
Commandsarenotcasesensitive.Youcanabbreviatecommandsandparametersaslongasthey
containenoughletterstodifferentiatethemfromanyothercurrentlyavailablecommandsor
parameters.YoucanusetheTabkeytocompletepartialcommands,orenterapartialcommand
followedbythe“?”charactertodisplay
alistofpossiblematches.Table A-2liststheediting
keystrokesyoucanuseforcommand‐lineprocessing.
Table A-2 Command Line Processing Editing Keystrokes
Keystroke Function
Ctrl-A Shifts cursor to start of command line.
Ctrl-B Shifts cursor to the left one character.
Ctrl-C Terminates a task and displays the command prompt.
Ctrl-E Shifts cursor to end of command line.
Ctrl-F Shifts cursor to the right one character.
Ctrl-K Deletes from cursor to the end of the command line.
Ctrl-L Repeats current command line on a new line.
Ctrl-N Enters the next command line in the history buffer.
Ctrl-P Shows the last command.
Ctrl-R Repeats current command line on a new line.
Ctrl-U Deletes the entire line.
Ctrl-W Deletes the last word typed.
Esc-B Moves the cursor backward one word.
Esc-D Deletes from the cursor to the end of the word.
Esc-F Moves the cursor forward one word.
Delete key or Backspace key Erases a mistake when entering a command.