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/L10.3d | |
parent | 5c33bfa47b213f93498fe8c5dc17f90f4d116c06 (diff) |
import BTL learn(1) lessons/files
Diffstat (limited to 'usr.bin/learn/lib/files/L10.3d')
-rw-r--r-- | usr.bin/learn/lib/files/L10.3d | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/usr.bin/learn/lib/files/L10.3d b/usr.bin/learn/lib/files/L10.3d new file mode 100644 index 00000000000..4b68bea357e --- /dev/null +++ b/usr.bin/learn/lib/files/L10.3d @@ -0,0 +1,23 @@ +#print +You can also use "*" and "?" with +the "rm" command. BUT BE VERY CAREFUL +since, for example, "rm *" will throw away +ALL the files in a directory. +In this directory are some files named +chunk1, chunk2, chunk3 and chunk4. +Get rid of them. Then type "ready". +#create X1 +# +ls >X2 +#create chunk1 +#create chunk2 +#create chunk3 +#create chunk4 +#user +ls >X1 +#cmp X1 X2 +#log +#next +11.1a 10 +11.2a 5 +11.3a 2 |