home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / fileutil / dbls / dbls.doc next >
Text File  |  1992-03-25  |  2KB  |  59 lines

  1.  
  2.           DoublesFinder for OS/2,     version 0.0
  3.  
  4.  
  5.           Find redundant files across drives.
  6.  
  7.  
  8. INTRODUNCTION
  9. -------------
  10.  
  11.  DoublesFinder searches the specified hard disks for files having the same
  12.  name. These files are printed to the standard output device with their
  13.  full path. By redirecting the output of DoublesFinder to a file, the list
  14.  of 'doubled' files can be obtained which can be used for further manipulation.
  15.  
  16.  It can be suprising to see that on the average about 20% of files have 
  17.  the same name, many of these being redundant. On the other hand, files
  18.  having identical names may have entirely different contents. This is 
  19.  especially true for common file names such as README.* or REGISTER.*. Thus, 
  20.  you should be careful not to erase them without furher control.
  21.  
  22.  
  23.  USAGE
  24.  -----
  25.  
  26.  Usage:   dbls.exe drive: [drive:] [...]
  27.  
  28.  Example: dbls c: d: e:
  29.  
  30.  Output:  should be redirected to a file...
  31.  
  32.  
  33.  
  34.  FEATURES
  35.  --------
  36.  
  37.  - Works correctly with 25, 43, or 50 line modes
  38.  - HPFS aware (didn't test it though!).
  39.  - No limit for number of files on hard disk (available memory being the limit)
  40.  - Works 4 times faster than the fastest MS-DOS equivalent (to my knowledge)
  41.  
  42.  Future planned enhancements (in chronological order):
  43.  
  44.  - Match analysis based on other keys than FILENAME, such as DATE, SIZE,
  45.    CONTENTS and so on..
  46.  - Exclude filenames or extensions in match analysis. This is useful if files
  47.    with the same key are common but not redundant, such as the 'descript.ion'
  48.    file of 4DOS or the 'dirinfo' file of Norton Commander.
  49.  - Port to PM.
  50.  - 'Shoot & delete' capability.
  51.  - And much more... (really!)
  52.  
  53.  I would be happy to implement other features if asked...
  54.  
  55.  
  56.   Written by GULCU Ceki                                    Lausanne, 26.03.92
  57.              gulcu@lbdsun6.epfl.ch
  58.  
  59.