summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/editor/L11.2b
blob: c9d71b9d677e3b15bd76eb6b931ef35ddec5f1a6 (plain)
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
#print
You can clearly print a whole file
with 
  e filename
  1,$p
  w
  q
which prints a file, just as "cat filename"
does.  Print the file "stuff" using the
editor.
Then type "ready".
#create Ref
Actually this file is a very
short file and prints quickly.
60
#create stuff
Actually this file is a very
short file and prints quickly.
#copyout
#pipe
#user
#unpipe
#uncopyout
tail -3 .ocopy >X2
#cmp X2 Ref
#log
#next
11.2c 10