16.12.2012 Views

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

z/OS V1R9.0 UNIX System Services Command ... - Christian Grothoff

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

normalize-path (^X-n, ^X-N)<br />

Expands the current word as described under the expand setting of the<br />

symlinks shell variable.<br />

overwrite-mode (unbound)<br />

Toggles between input and overwrite modes.<br />

run-fg-editor (M-^Z)<br />

Saves the current input line and looks for a stopped job with a name equal<br />

to the last component of the file name part of the EDITOR or VISUAL<br />

environment variables, or, if neither is set, ed or vi. If such a job is found, it<br />

is restarted as if fg %job had been typed. This is used to toggle back and<br />

forth between an editor and the shell easily. Some people bind this<br />

command to ^Z so they can do this even more easily.<br />

run-help (M-h, M-H)<br />

Searches for documentation on the current command, using the same<br />

notion of current command as the completion routines, and prints it. There<br />

is no way to use a pager; run-help is designed for short help files.<br />

Documentation should be in a file named command.help, command.1,<br />

command.6, command.8 or command, which should be in one of the<br />

directories listed in the HPATH enviroment variable. If there is more than<br />

one help file only the first is printed.<br />

self-insert-command (text characters)<br />

In insert mode (the default), inserts the typed character into the input line<br />

after the character under the cursor. In overwrite mode, replaces the<br />

character under the cursor with the typed character. The input mode is<br />

normally preserved between lines, but the inputmode shell variable can be<br />

set to insert or overwrite to put the editor in that mode at the beginning of<br />

each line. See also overwrite-mode.<br />

sequence-lead-in (arrow prefix, meta prefix, ^X)<br />

Indicates that the following characters are part of a multi-key sequence.<br />

Binding a command to a multi-key sequence really creates two bindings:<br />

the first character to sequence-lead-in and the whole sequence to the<br />

command. All sequences beginning with a character bound to<br />

sequence-lead-in are effectively bound to undefined-key unless bound to<br />

another command.<br />

spell-line (M-$)<br />

Attempts to correct the spelling of each word in the input buffer, like<br />

spell-word, but ignores words whose first character is one of ’-’, ’!’, ’^’ or<br />

’%’, or which contain ’\’, ’*’ or ’?’, to avoid problems with switches,<br />

substitutions and the like. See “Spelling correction” on page 631.<br />

spell-word (M-s, M-S)<br />

Attempts to correct the spelling of the current word as described under<br />

“Spelling correction” on page 631. Checks each component of a word which<br />

appears to be a pathname.<br />

toggle-literal-history (M-r, M-R)<br />

Expands or unexpands history substitutions in the input buffer. See also<br />

expand-history and the autoexpand shell variable.<br />

undefined-key (any unbound key)<br />

Beeps.<br />

tcsh<br />

Chapter 2. Shell command descriptions 635

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!