OSF DCE Administration Guide--Core Components
OSF DCE Administration Guide—Core Components
one or more characters. In an escape sequence, <Escape > is referred to as ESC,a s in
<ESC f> for example. Case matters in escape sequences (unlike control characters,
which don’t distinguish between upper and lower case); <ESC F> is not the same as
<ESC f>.
You can enter an editing command anywhere on the line, not just at the beginning. In
addition, a return may also be pressed anywhere on the line, not just at the end.
Most editing commands accept a repeat count, n, where n is a number. Enter a repeat
count by pressing <Escape>, the number, and then the command to execute. For
example, <ESC 4> <Ctrl-f> moves forward four characters. Some of the descriptions
that follow are marked with [n] to identify commands that accept a repeat count.
The following control characters are accepted:
<Ctrl-A> Move to the beginning of the line
<Ctrl-B> Move left (backward) [n]
<Ctrl-D> Delete character [n]
<Ctrl-E> Move to end of line
<Ctrl-F> Move right (forward) [n]
<Ctrl-G> Ring the bell
<Ctrl-H> Delete character before cursor (<Backspace>)[n]
<Ctrl-I> Complete filename (<Tab>); see following text
<Ctrl-J> Done with line (<Return>)
<Ctrl-K> Kill to end of line (or column [n])
<Ctrl-L> Redisplay line
<Ctrl-M> Done with line (alternate <Return>)
<Ctrl-N> Get next line from history [n]
<Ctrl-P> Get previous line from history [n]
<Ctrl-R> Search backward (forward if [n]) through history for text;
must start line if text begins with an up arrow
<Ctrl-T> Transpose characters
<Ctrl-V> Insert next character, even if it is an edit command
<Ctrl-W> Wipe to the mark
<Ctrl-X><Ctrl-X> Exchange current location and mark
<Ctrl-Y> Yank back last killed text
<Ctrl-[> Start an escape sequence (<Escape>)
<Ctrl-]>c Move forward to next character c
<Ctrl-?> Delete character before cursor (<Delete>)[n]
The following escape sequences are accepted:
1− 10 Tandem Computers Incorporated 124243