Command and Shell User's Guide introduces users to the basic use of commands and shells in the Digital UNIX® operating system. This book also documents how to communicate with other network users.
This preface covers the following topics:
This book is written for those who do not have extensive knowledge of UNIX compatible operating systems. This book explains important concepts, provides tutorials, and is organized according to task.
This book introduces you to the use of commands and shells. After reading this book, you should be able to:
vi
and
ed
text editors
This book is organized into 13 chapters and 6 appendices:
vi
text editor, a program
that allows you to create and modify files.
The appendixes in this book provide the following information:
vi
text editor.
ed
text editor. Detailed information about
ed
is provided because all systems have this editor, and
ed
can be used in critical
system management situations when no other editor can be used.
.mailrc
file to customize a
mailx
session.
mailx
session.
mailx.
The following Digital UNIX user documents are available in Bookreader format on your CD-ROM and optionally in hardcopy:
The following OSF/1 documents are currently available from Prentice-Hall:
The printed version of the Digital UNIX documentation set is color coded to help specific audiences quickly find the books that meet their needs. (You can order the printed documentation from Digital.) This color coding is reinforced with the use of an icon on the spines of books. The following list describes this convention:
| Audience | Icon | Color Code |
| General users | G | Blue |
| System and network administrators | S | Red |
| Programmers | P | Purple |
| Device driver writers | D | Orange |
| Reference page users | R | Green |
Some books in the documentation set help meet the needs of several audiences. For example, the information in some system books is also used by programmers. Keep this in mind when searching for information on specific topics.
The Documentation Overview, Glossary, and Master Index provides information on all of the books in the Digital UNIX documentation set.
Digital welcomes any comments and suggestions you have on this and other Digital UNIX manuals.
You can send your comments in the following ways:
readers_comment@zk3.dec.com
A Reader's Comment form is located on your system in the following location:
/usr/doc/readers_comment.txt
Digital Equipment Corporation
UEG Publications Manager
ZK03-3/Y32
110 Spit Brook Road
Nashua, NH 03062-9987
A Reader's Comment form is located in the back of each printed manual. The form is postage paid if you mail it in the United States.
Please include the following information along with your comments:
The Digital UNIX Publications group cannot respond to system problems or technical support inquiries. Please address technical questions to your local system vendor or to the appropriate Digital technical support office. Information provided with the software media explains how to send problem reports to Digital.
The following conventions are used in this book:
%
$
|
A percent sign represents the C shell system prompt. A dollar sign represents the system prompt for the Bourne and Korn shells. |
#
|
A number sign represents the superuser prompt. |
%
cat
|
Boldface type in interactive examples indicates typed user input. |
file
|
Italic (slanted) type indicates variable values, placeholders, and function argument names. |
[ | ]
{ | }
|
In syntax definitions, brackets indicate items that are optional and braces indicate items that are required. Vertical bars separating items inside brackets or braces indicate that you choose one item from among those listed. |
. . .
|
In syntax definitions, a horizontal ellipsis indicates that the preceding item can be repeated one or more times. |
cat(1)
|
A cross-reference to a reference page includes the appropriate section
number in parentheses. For example,
cat(1)
indicates that you can find information on the
cat
command in Section 1 of the reference pages.
|
| Ctrl/x |
This symbol indicates that you hold down the first named key while
pressing the key or mouse button that follows the slash. In examples,
this key combination is enclosed in a box (for example,
[Ctrl/C]).
|