diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 1998-09-28 16:01:59 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 1998-09-28 16:01:59 +0000 |
commit | 1083c89a4423b36811471177bbe3abe0b50f3235 (patch) | |
tree | 46432d298508cad92b9cdf3320616c3824573d38 /usr.bin/learn/lib/files/L4.3c | |
parent | 5c33bfa47b213f93498fe8c5dc17f90f4d116c06 (diff) |
import BTL learn(1) lessons/files
Diffstat (limited to 'usr.bin/learn/lib/files/L4.3c')
-rw-r--r-- | usr.bin/learn/lib/files/L4.3c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.bin/learn/lib/files/L4.3c b/usr.bin/learn/lib/files/L4.3c new file mode 100644 index 00000000000..11b9adedceb --- /dev/null +++ b/usr.bin/learn/lib/files/L4.3c @@ -0,0 +1,16 @@ +#print +Your directory contains only one of the following +files: "richard", "robert", "ralph", "roger". Find out +which one exists, and print the contents of that file +on your terminal (remember the "cat" command?). +Then type "ready". +#create robert +this is the contents of file +robert which you had to print. +#copyin +#user +#uncopyin +grep 'cat rob' .copy >/dev/null +#log +#next +5.1a 10 |