home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 1 / FishNMoreVol1.bin / more / drive_utils / file_finders / whereis / whereis.doc < prev    next >
Text File  |  1990-01-03  |  1KB  |  28 lines

  1. WhereIs is designed to speed the process of finding files on disks.  WhereIs
  2. will go thru a disk and look for a file.  When WhereIs finds the file, the 
  3. filename is printed followed by the complete path to that file.  If the file
  4. cannot be found on that device, an apology about not finding the file is 
  5. printed.  WhereIs uses 2 parameters: a filename and a device name.  Here 
  6. are some examples:
  7.  
  8. WhereIs dir df0:    ;will search device df0: for the file dir
  9. WhereIs lc1 cc:        ;will search disk CC: for the file lc1
  10. WhereIs blink        ;will search the default device for the file blink
  11.  
  12. Note that if the second parameter is omitted, the current default device is
  13. searched for the file specified in the first parameters.
  14.  
  15. Where is also distributed with WhereIs (a fast hack of WhereIs).  Where 
  16. differs from WhereIs in that Where quits as soon as it finds the first 
  17. occurance of the file of interest.  WhereIs will continue looking until its
  18. searched every subdirectory for multiple occurances of the file of interest.
  19.  
  20. KNOWN PROBLEMS:
  21. Something I've been unable to determine is why WhereIs cannot find stuff in
  22. the RAM: device.  I suspect that some of the system routines don't handle
  23. the RAM: device just right.  If you've any insight into this matter, please
  24. tell me.
  25.  
  26. The makefile I distribute has a dependency structure for Where as well as for
  27. WhereIs.  But I can't get Make to update Where.  So,I hacked a copy of 
  28. makefile and used that.