BSD 4_1_snap development
[unix-history] / usr / lib / learn / files / L10.1a
CommitLineData
3eb5d546
C
1#print
2When you are done with something, you will want to know
3how to get rid of the file it is on. The command
4for that is "rm" (remove). For example
5 rm junk
6throws away the file named "junk". Once it
7is gone, it is really gone - there is no way
8to "undo" a remove command. Hence this command
9should be used with caution.
10In this directory there is one file named
11for a baseball player. Remove it.
12Then type "ready".
13#create kernighan
14#create yastrzemski
15#user
16test ! -r yastrzemski && test -r kernighan
17#log
18#next
1911.1a 10
2011.2a 5
2111.3a 2