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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

current is a leading substring, wrapping around the history list (once) if<br />

necessary. Repeating dabbrev-expand without any intervening typing<br />

changes to the next previous word etc., skipping identical matches much<br />

like history-search-backward does.<br />

delete-char (not bound)<br />

Deletes the character under the cursor. See also delete-char-or-list-or-eof.<br />

delete-char-or-eof (not bound)<br />

Does delete-char if there is a character under the cursor or end-of-file on<br />

an empty file. See also delete-char-or-list-or-eof.<br />

delete-char-or-list (not bound)<br />

Does delete-char if there is a character under the cursor or list-choices at<br />

the end of the line. See also delete-char-or-list-or-eof.<br />

delete-char-or-list-or-eof (^D)<br />

Does delete-char if there is a character under the cursor, list-choices at<br />

the end of the line or end-of-file on an empty line. See also<br />

delete-char-or-eof, delete-char-or-list and list-or-eof.<br />

down-history<br />

Like up-history, but steps down, stopping at the original input line.<br />

end-of-file<br />

Signals an end of file, causing the tcsh shell to exit unless the ignoreeof<br />

shell variable is set to prevent this. See also delete-char-or-list-or-eof.<br />

expand-history (M-space)<br />

Expands history substitutions in the current word. See “History substitution”<br />

on page 637. See also magic-space, toggle-literal-history, and the<br />

autoexpand shell variable.<br />

expand-glob(^X-*)<br />

Expands the glob-pattern to the left of the cursor. For example:<br />

>ls test*[^X-*]<br />

would expand to<br />

>ls test1.c test2.c<br />

if those were the only two files in your directory that begin with ’test’. See<br />

“Filename substitution” on page 643.<br />

expand-line (not bound)<br />

Like expand-history, but expands history substitutions in each word in the<br />

input buffer.<br />

expand-variables (^X-$)<br />

Expands the variable to the left of the cursor. See “Variable substitution” on<br />

page 641.<br />

history-search-backward (M-p, M-P)<br />

Searches backwards through the history list for a command beginning with<br />

the current contents of the input buffer up to the cursor and copies it into<br />

the input buffer. The search string may be a glob-pattern (see “Filename<br />

substitution” on page 643) containing ’*’, ’?’, ’[]’ or ’{}’. up-history and<br />

down-history will proceed from the appropriate point in the history list.<br />

Emacs mode only. See also history-search-forward and i-search-back.<br />

history-search-forward(M-n, M-N)<br />

Like history-search-backward, but searches forward.<br />

tcsh<br />

Chapter 2. Shell command descriptions 633

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

Saved successfully!

Ooh no, something went wrong!