home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / disks / tools / dupfinder / dupfinder.doc < prev    next >
Text File  |  1981-06-29  |  3KB  |  72 lines

  1.                               Dupfinder v1.0
  2.  
  3. Description
  4. -----------
  5.  
  6. This   freeware   program  is  used  to  locate  identical  files  on  your
  7. harddisk(s).   There  are  already a few programs around that does the same
  8. thing,  but as far as I know there is no other program that finds duplicate
  9. files  with  *different*  file  names.  This is especially useful for BBS's
  10. where  someone  often uploads the same files under different names, but I'm
  11. sure everyone will find such files on their hard disk.
  12.  
  13. Usage
  14. -----
  15.  
  16. dupfinder <path1> [<path2> ...] [names] [minsize=<bytes>] [noicons]
  17.  
  18. PATH/A/M
  19.  
  20. You  can  chech  any  number  of disks or directories in a single search by
  21. entering  the  name  of each <path> on the command line.  Be warned though,
  22. this  program  uses  a  lot  of  memory and a lot of time if it has to scan
  23. through  many directories.  Roughly, expect it to take a few megs of memory
  24. and  maybe 10 hours to scan a full 500 MB disk.  I might optimize this in a
  25. later version.
  26.  
  27. NAMES/S
  28.  
  29. If  you  use this argument, files that are different but have the same file
  30. name are also listed.  They are tagged in the listing to separate them from
  31. true identical files.
  32.  
  33. MINSIZE=MIN/N
  34.  
  35. If  you  set MINSIZE to e.g.  1000 no identical file of size less than 1000
  36. bytes are listed.  Useful if you have lots of tiny identical files, such as
  37. the icons in devs:dosdrivers
  38.  
  39. NOICONS=NOINFO/S
  40.  
  41. If you use this argument, no identical .info files are listed.
  42.  
  43. PRI/N
  44.  
  45. This  enables  you  to  set the priority of the dupfinder task.  A negative
  46. priority (-1 to -127) is suggested if initiate a search on an entire HD and
  47. you plan to use the machine in the mean time.
  48.  
  49. Examples:
  50. ---------
  51.  
  52. dupfinder sys:                           ;check for duplicate files in sys:
  53. dupfinder work:apps work:progs           ;check two directories            
  54. dupfinder work: NOICONS                  ;display duplicates except icons
  55. dupfinder sys: MIN=500 >ram:result       ;check sys: for dups >500 bytes and
  56.                                          ;put the result in a file in ram: 
  57.  
  58. Disclamer:
  59. ----------
  60.  
  61. I  take no responsibility for loss of data because of this program.  Use it
  62. at  your own risk.  I see however no reason why that should happen, and the
  63. source is included to convince you that it doesn't.
  64.  
  65. Have fun! :-)
  66.  
  67. Kjell Irgens (kjelli@stud.cs.uit.no)                    Ultima Thule Software
  68.  
  69. Ps: Check out http://www.cs.uit.no/~kjelli/thor for information about the
  70.     superb, fantastic, amazing, incredible, upcoming new version of THOR mail
  71.     reader!!!!!
  72.