-db /usr/disk0/newyork # new york central db
-B 200 # database buffers -H nysystem -S nyserver # host, service -L 10000 # lock table entries # All other parameters receive their default values. |
Character
|
Description
|
Octal code
|
~nnn
|
The character having octal code nnn
|
—
|
~b
|
BS character
|
~010
|
~t
|
HT (horizontal tab) character
|
~011
|
~n
|
LF (line feed) character
|
~012
|
~r
|
VT (carriage return) character
|
~013
|
~f
|
FF (form feed) character
|
~014
|
~E
|
ESC character.
|
~033
|