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/L3.2b | |
parent | 5c33bfa47b213f93498fe8c5dc17f90f4d116c06 (diff) |
import BTL learn(1) lessons/files
Diffstat (limited to 'usr.bin/learn/lib/files/L3.2b')
-rw-r--r-- | usr.bin/learn/lib/files/L3.2b | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/usr.bin/learn/lib/files/L3.2b b/usr.bin/learn/lib/files/L3.2b new file mode 100644 index 00000000000..e99f3ba4f35 --- /dev/null +++ b/usr.bin/learn/lib/files/L3.2b @@ -0,0 +1,32 @@ +#print +The "cat" command can also print several files +at once. In fact, it is named "cat" as an abbreviation +for "concatenate". To print the files named "dog" +and "mouse" in succession, you could either +type: + cat dog + cat mouse +or just + cat dog mouse +If you print them with one command, +the files are listed in sequence with nothing +between them. + +This directory contains two files +named "chester" and "charley". What is the +longest word in either file? Type "answer WORD" +where WORD is the longest word you find. +#create charley +most of this file is short but at one place +there is a surprisingly long word. +#create chester +and of the but here now stop go +#copyin +#user +#uncopyin +#match surprisingly +#log +#next +4.1a 10 +4.2a 5 +4.3a 2 |