BSD 4_1_snap development
[unix-history] / usr / lib / learn / files / L13.1f
CommitLineData
3eb5d546
C
1#print
2Suppose you have two files named "dick" and "jane", and you
3want to interchange them, so that "dick" contains whatever
4was originally in "jane", and "jane" contains what was in "dick".
5Will this sequence of commands do the job?
6
7mv dick jane
8mv jane dick
9
10There are two files named "john" and "mary"
11in this directory, if you wish to experiment.
12When you have decided, type yes or no.
13#create john
14this is originally file john
15#create mary
16this is originally file mary
17#copyin
18#user
19#uncopyin
20#match no
21#log
22#next
2313.1g