blob: 6d5c108ce06c3e7ab7cba09b3850dd84de62fc32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#print
You can remove several files at once with the
"rm" command; for example,
rm tom dick harry
will remove the files "tom", "dick", and "harry".
There are two files in this directory named
for birds: get rid of both.
Then type "ready".
#create eagle
#create bluejay
#user
test ! -r eagle && test ! -r bluejay
#log
#next
10.3d 2
|