BSD 3 development
[unix-history] / usr / lib / learn / files / L13.1b
CommitLineData
fd15fd37
BJ
1#print
2There is a file in this directory whose name begins
3with 'z'. Do what it tells you to, then type "ready".
4#create X1
5#create X2
6#create zip
7Rename the file named "mary" to "joe".
8#create joe
9I am a file
10#
11rm -f mary
12ls >X1
13mv joe mary
14#user
15ls >X2
16#cmp X1 X2
17#log
18#next
1913.1c 5