diff options
Diffstat (limited to 'usr.bin/learn/lib/files/L10.3c')
-rw-r--r-- | usr.bin/learn/lib/files/L10.3c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/learn/lib/files/L10.3c b/usr.bin/learn/lib/files/L10.3c new file mode 100644 index 00000000000..6d5c108ce06 --- /dev/null +++ b/usr.bin/learn/lib/files/L10.3c @@ -0,0 +1,15 @@ +#print +You can remove several files at once with the +"rm" command; for example, + rm tom dick harry +will remove the files "tom", "dick", and "harry". +There are two files in this directory named +for birds: get rid of both. +Then type "ready". +#create eagle +#create bluejay +#user +test ! -r eagle && test ! -r bluejay +#log +#next +10.3d 2 |