blob: 1161cc9111e181cca1786f4f3e0931a937c2beaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#print
There is a file in this directory whose name begins
with 'z'. Do what it tells you to, then type "ready".
#create X1
#create X2
#create zip
Rename the file named "mary" to "joe".
#create joe
I am a file
#
rm -f mary
ls >X1
mv joe mary
#user
ls >X2
#cmp X1 X2
#log
#next
13.1c 5
|