V7M/lib/learn/editor/L11.2b

#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