home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / CDROM / Contents / READMEs / Peanuts-2 / Unix / file / duplink.README next >
Encoding:
Text File  |  1996-11-09  |  1.4 KB  |  37 lines

  1.  
  2. duplink
  3. =======
  4. Link duplicatie files in a directory tree.
  5.  
  6. What duplink basically does is recursively search a directory for identical
  7. files and link them together (by hard linking).
  8.  
  9. I've used this on a ftp site that mirrors different sites.  Because some
  10. sites carry the same files, things get duplicated.  By running duplink every
  11. day, duplicates are removed and replaced by hard links.
  12.  
  13. There are possibly many other uses for this program...
  14.  
  15.  
  16. compressHelp
  17. ============
  18. Convert Help directory to a `Help.store' file.
  19.  
  20. CompressHelp is a tool which converts a Help directory of some application
  21. to a one Help.store file as it is used by all NeXT supplied apps.  NeXT
  22. might release a program like this with NS3.1.
  23.  
  24. compressHelp is a rewrite of a utility that NeXT doesn't want to give out.
  25. The only thing we know is the name of the game.  This is a hack. It tried
  26. out some features like exceptions and memory mapped files. But this was 
  27. partially removed it to incorporate its functions into duplink.
  28.  
  29. compressHelp was originally written by Frank Thomas.  It was split up by
  30. Michael.  Duplink uses the dirtree.c code which was originially in
  31. compressHelp.m (by Frank).
  32.  
  33. See the file INSTALL for compilation and installation instructions.
  34.  
  35. Please report all bugs and comments about duplink and compressHelp to:
  36. frank@glocke.robin.de (Frank Thomas) and michael@urc.tue.nl (Michael Brouwer)
  37.