diff options
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 |