blob: 4b68bea357e0eef4c21f4a8e4e5816c50de9bad1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#print
You can also use "*" and "?" with
the "rm" command. BUT BE VERY CAREFUL
since, for example, "rm *" will throw away
ALL the files in a directory.
In this directory are some files named
chunk1, chunk2, chunk3 and chunk4.
Get rid of them. Then type "ready".
#create X1
#
ls >X2
#create chunk1
#create chunk2
#create chunk3
#create chunk4
#user
ls >X1
#cmp X1 X2
#log
#next
11.1a 10
11.2a 5
11.3a 2
|