BSD 3 development
[unix-history] / usr / lib / learn / files / L4.3c
CommitLineData
fd15fd37
BJ
1#print
2Your directory contains only one of the following
3files: "richard", "robert", "ralph", "roger". Find out
4which one exists, and print the contents of that file
5on your terminal (remember the "cat" command?).
6Then type "ready".
7#create robert
8this is the contents of file
9robert which you had to print.
10#copyin
11#user
12#uncopyin
13grep 'cat rob' .copy >/dev/null
14#log
15#next
165.1a 10