include problem
[unix-history] / .ref-BSD-3 / usr / doc / adv.ed / ae1
CommitLineData
8340f87c
BJ
1.NH
2INTRODUCTION
3.PP
4Although
5.UX
6provides remarkably effective tools for text editing,
7that by itself is no guarantee
8that everyone will automatically
9make the most effective use of them.
10In particular, people who are not computer specialists _
11typists, secretaries, casual users _
12often use the system less effectively than they might.
13.PP
14This document is intended as a sequel to
15.ul
16A Tutorial Introduction to the UNIX Text Editor
17[1],
18providing explanations and examples of how to edit with less effort.
19(You should also be familiar with the material in
20.ul
21UNIX For Beginners
22[2].)
23Further information on all commands discussed here can be found in
24.ul
25The UNIX Programmer's Manual
26[3].
27.PP
28Examples are based on observations
29of users
30and the difficulties they encounter.
31Topics covered include special characters in searches and substitute commands,
32line addressing, the global commands,
33and line moving and copying.
34There are also brief discussions of
35effective use
36of related tools, like those for file manipulation,
37and those based on
38.UL ed ,
39like
40.UL grep
41and
42.UL sed .
43.PP
44A word of caution.
45There is only one way to learn to use something,
46and that is to
47.ul
48use
49it.
50Reading a description is no substitute
51for trying something.
52A paper like this one should
53give you ideas about what to try,
54but until you actually try something,
55you will not learn it.