summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/editor/L35.2b
blob: 91cc213f88f23027d11ae5199df6346f72058dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#print
Now suppose we wanted to delete the blanks
after the letter "t" in this line:

here are a lot         of blanks

This line is on file "blank".  Try the sequence

ed blank
1p
s/t */t/p
w
q
ready
#create Ref
here are a lotof blanks
#create blank
here are a lot         of blanks
#user
#cmp blank Ref
#log
#next
35.2c 5