BSD 4_1_snap development
[unix-history] / usr / lib / learn / editor / L11.2b
CommitLineData
3eb5d546
C
1#print
2You can clearly print a whole file
3with
4 e filename
5 1,$p
6 w
7 q
8which prints a file, just as "cat filename"
9does. Print the file "stuff" using the
10editor.
11Then type "ready".
12#create Ref
13Actually this file is a very
14short file and prints quickly.
1560
16#create stuff
17Actually this file is a very
18short file and prints quickly.
19#copyout
20#pipe
21#user
22#unpipe
23#uncopyout
24tail -3 .ocopy >X2
25#cmp X2 Ref
26#log
27#next
2811.2c 10