BSD 3 development
[unix-history] / usr / lib / learn / files / L11.2b
CommitLineData
fd15fd37
BJ
1#print
2Contrast
3 cp old new
4with
5 mv old new
6as commands; both cause "new" to appear,
7but "cp" does not remove "old".
8Both, by the way, destroy anything
9that happened to be around named "new".
10There is a file in this directory
11whose name ends in "x". Use "ls"
12with the "*x" construction to find its name;
13then copy it to file "new", and type "ready".
14#create new
15old new
16#create pix
17new new
18#create xip
19nothing
20#user
21#cmp pix new
22#log
23#next
2412.1a 10
2512.2a 5
2612.3a 2