BSD 4_1_snap development
[unix-history] / usr / lib / learn / files / L10.3c
CommitLineData
3eb5d546
C
1#print
2You can remove several files at once with the
3"rm" command; for example,
4 rm tom dick harry
5will remove the files "tom", "dick", and "harry".
6There are two files in this directory named
7for birds: get rid of both.
8Then type "ready".
9#create eagle
10#create bluejay
11#user
12test ! -r eagle && test ! -r bluejay
13#log
14#next
1510.3d 2