blob: 0dc34fddd7e681234f0628504c96f8be29e9db84 (
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
29
|
#print
The most frequently used editor command is
p
which prints out a line. Try that now.
Type the command sequence
p
w
q
to print out a line, and then write out the file.
Then type "ready".
#create Ref
This is the line to be printed. Don't forget w, then q.
56
#create file
This is the line to be printed. Don't forget w, then q.
#copyout
#pipe
ed file
#user
#unpipe
#uncopyout
tail -2 .ocopy >X2
#cmp Ref X2
#log
#next
6.1a 5
6.2a 2
|