-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy path4.4-usd.html
183 lines (112 loc) · 4.7 KB
/
4.4-usd.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<html>
<head>
<title>4.4BSD User's Supplementary Documents (USD)</title>
</head>
<body>
<h1>4.4BSD User's Supplementary Documents (USD)</h1>
<h2>Getting Started</h2>
<h3>Unix for Beginners - Second Edition</h3>
An introduction to the most basic uses of the system.
<h3>Learn - Computer-Aided Instruction on UNIX (Second Edition)</h3>
Describes a computer-aided instruction program that walks new users through
the basics of files, the editor, and document prepararation software.
<h2>Basic Utilities</h2>
<h3>An Introduction to the UNIX Shell</h3>
Steve Bourne's introduction to the capabilities of
<B>sh</B> a command interpreter especially popular for writing shell scripts.
<h3>An Introduction to the C shell</h3>
This introduction to <B>csh</B> (a command interpreter popular for interactive work) describes many
commonly used UNIX commands, assumes little prior knowledge of UNIX,
and has a glossary useful for beginners.
<h3>DC - An Interactive Desk Calculator</h3>
A super HP calculator, if you do not need floating point.
<h3>BC - An Arbitrary Precision Desk-Calculator Language</h3>
A front end for DC that provides infix notation, control flow, and
built-in functions.
<h2>Communicating with the World</h2>
<h3>Mail Reference Manual</h3>
Complete details on one of the programs for sending and reading your mail.
<h3>The Rand MH Message Handling System</h3>
This system for managing your computer mail uses lots of small programs,
instead of one large one.
<h2>Text Editing</h2>
<h3>A Tutorial Introduction to the Unix Text Editor</h3>
An easy way to get started with the line editor,
<b>ed</b>.
<h3>Advanced Editing on Unix</h3>
The next step.
<h3>An Introduction to Display Editing with Vi</h3>
The document to learn to use the <b>vi</b> screen editor.
<h3>Ex Reference Manual (Version 3.7)</h3>
The final reference for the <b>ex</b> editor.
<h3>Vi Reference Manual</h3>
The definitive reference for the <b>nvi</b> editor.
<h3>Jove Manual for UNIX Users</h3>
Jove is a small, self-documenting, customizable display editor, based on EMACS.
A plausible alternative to
<b>vi</b>.
<h3>SED - A Non-interactive Text Editor</h3>
Describes a one-pass variant of
<b>ed</b>
useful as a filter for processing large files.
<h3>AWK - A Pattern Scanning and Processing Language (Second Edition)</h3>
A program for data selection and transformation.
<h2>Document Preparation</h2>
<h3>Typing Documents on UNIX: Using the -ms Macros with Troff and Nroff</h3>
Describes and gives examples of the basic use of the typesetting tools and
``-ms'', a frequently used package of formatting requests that make it easier
to lay out most documents.
<h3>A Revised Version of -ms</h3>
A brief description of the Berkeley revisions made to the -ms formatting
macros for nroff and troff.
<h3>Writing Papers with <b>nroff</b> using -me</h3>
Another popular macro package for
<b>nroff</b>.
<h3>-me Reference Manual</h3>
The final word on -me.
<h3>NROFF/TROFF User's Manual</h3>
Extremely detailed information about these document formatting programs.
<h3>A TROFF Tutorial</h3>
An introduction to the most basic uses of
<b>troff</b>
for those who really want to know such things, or want to write their
own macros.
<h3>A System for Typesetting Mathematics</h3>
Describes
<b>eqn</b>,
an easy-to-learn language for high-quality mathematical typesetting.
<h3>Typesetting Mathematics - User's Guide (Second Edition)</h3>
More details about how to use
<b>eqn</b>.
<h3>Tbl - A Program to Format Tables</h3>
A program for easily typesetting tabular material.
<h3>Refer - A Bibliography System</h3>
An introduction to one set of tools used to maintain bibliographic databases.
The major program,
<b>refer</b>,
is used to automatically retrieve and format the references
based on document citations.
<h3>Some Applications of Inverted Indexes on the UNIX System</h3>
Mike Lesk's paper describes the
<b>refer</b>
programs in a somewhat larger context.
<h3>BIB - A Program for Formatting Bibliographies</h3>
This is an alternative to
<b>refer</b>
for expanding citations in documents.
<h3>Writing Tools - The STYLE and DICTION Programs</h3>
These are programs which can help you understand and improve your
writing style.
<h2>Amusements</h2>
<h3>A Guide to the Dungeons of Doom</h3>
An introduction to the popular game of <b>rogue</b>, a fantasy game
which is one of the biggest known users of VAX cycles.
<h3>Star Trek</h3>
You are the Captain of the Starship Enterprise.
Wipe out the Klingons and save the Federation.
<hr>
<a href=docum.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
<a href="mailto:[email protected]">[email protected]</a>
<br><small>$OpenBSD: 4.4-usd.html,v 1.3 1998/06/19 15:05:57 pauls Exp $</small>
</body>
</html>