
Findword, version 1.2.
Copyright Svend Olaf Mikkelsen, 2000.

Usage:   Findword <disknumber> <from cylinder> <to cylinder> <string>
Example: Findword 1 0 260 MONEY fw.txt
Example: Findword 2 512 900 "dinner table"
Example: Findword 3 0 100 .XLS#00

Searches for 4 KB blocks that contains the string specified.
If the string contains space use ""   Not printable
characters can be entered as # followed by two hexadecimal digits.
Occurences that crosses a 4 KB boundary will not be found with
this version. The search is CASE SENSITIVE. Only the first occurence
of the word in each block will be printed.

<disknumber> 1, 2, 3 or 4.

The report can be written to a file. Add the filename to the
command line. File extension must be .txt. To append to current
report file, use +<filename>. Example: Findword 1 0 100 lost +fd.txt
