document distributed with 4.1BSD
authorKevin Dunlap <kjd@ucbvax.Berkeley.EDU>
Fri, 23 May 1986 06:55:36 +0000 (22:55 -0800)
committerKevin Dunlap <kjd@ucbvax.Berkeley.EDU>
Fri, 23 May 1986 06:55:36 +0000 (22:55 -0800)
SCCS-vsn: bin/ed/USD.doc/advanced/ae1 4.1

usr/src/bin/ed/USD.doc/advanced/ae1 [new file with mode: 0644]

diff --git a/usr/src/bin/ed/USD.doc/advanced/ae1 b/usr/src/bin/ed/USD.doc/advanced/ae1
new file mode 100644 (file)
index 0000000..6c6689d
--- /dev/null
@@ -0,0 +1,57 @@
+.\"    @(#)ae1 4.1 (Berkeley) %G%
+.\"
+.NH
+INTRODUCTION
+.PP
+Although
+.UX
+provides remarkably effective tools for text editing,
+that by itself is no guarantee
+that everyone will automatically
+make the most effective use of them.
+In particular, people who are not computer specialists _
+typists, secretaries, casual users _
+often use the system less effectively than they might.
+.PP
+This document is intended as a sequel to
+.ul
+A Tutorial Introduction to the UNIX Text Editor
+[1],
+providing explanations and examples of how to edit with less effort.
+(You should also be familiar with the material in
+.ul
+UNIX For Beginners
+[2].)
+Further information on all commands discussed here can be found in
+.ul
+The UNIX Programmer's Manual
+[3].
+.PP
+Examples are based on observations
+of users
+and the difficulties they encounter.
+Topics covered include special characters in searches and substitute commands,
+line addressing, the global commands,
+and line moving and copying.
+There are also brief discussions of
+effective use
+of related tools, like those for file manipulation,
+and those based on
+.UL ed ,
+like
+.UL grep 
+and
+.UL sed .
+.PP
+A word of caution.
+There is only one way to learn to use something,
+and that is to
+.ul
+use
+it.
+Reading a description is no substitute
+for trying something.
+A paper like this one should
+give you ideas about what to try,
+but until you actually try something,
+you will not learn it.