BSD 3 development
[unix-history] / usr / lib / learn / files / L10.3a
CommitLineData
fd15fd37
BJ
1#print
2When you are done with something, you will want to
3get rid of the file containing it. The command for that
4is "rm" (remove). For example
5 rm junk
6throws away the file named "junk". Try that -
7there's a file named "junk" in this directory, as you can
8verify by doing an "ls". Try another "ls" after the "rm junk";
9then type "ready".
10#create junk
11#user
12test ! -r junk
13#log
14#next
1510.3b 2