blob: dd55663dbd614e4732dd509a9549557da536a50c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#print
There are several files in this directory whose names
begin with "easy". Remove them, then type "ready".
#create X1
#create X2
#
ls >X2
#create easy1
#create easyer
#create easyrider
#create easyenough
#user
ls >X1
#cmp X1 X2
#log
#next
13.1e
|