BSD 4_1_snap development
[unix-history] / usr / lib / learn / editor / L62.2a
CommitLineData
3eb5d546
C
1#print
2A very useful command in the UNIX editor
3is the 'm' command, which moves a lot of
4lines from one place to another in a file. For example,
5 5,10m20
6picks up lines 5 through 10 and moves them after line 20. Try
7that on the file "list" in this directory: move lines 5 to 10 after
8line 20, rewrite the file, and type "ready".
9#create Ref
10 computer languages
11
12fortran
13cobol
14snobol
15comit
16lex
17yacc
18c
19tmg
20ratfor
21basic
22bon
23bcpl
24algol 60
25algol 68
26pl/i
27pl/c
28pl/360
29apl
30altran
31formac
32#create list
33 computer languages
34
35fortran
36cobol
37algol 60
38algol 68
39pl/i
40pl/c
41pl/360
42apl
43snobol
44comit
45lex
46yacc
47c
48tmg
49ratfor
50basic
51bon
52bcpl
53altran
54formac
55#user
56#cmp list Ref
57#log
58#next
5962.2b 5