home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / stuff2.arj / README.TOO < prev    next >
Encoding:
Text File  |  1989-03-21  |  1.1 KB  |  30 lines

  1.                           Improvements to Stuff 1.0
  2.  
  3. Andre van Dalen sent me some patches that would enhance Stuff 1.0 to
  4. add the following features:
  5.  
  6. 1.  All positive conditions are seen with logical ORs between them
  7. and negative ones are seen with logical ANDs between them.  This
  8. means that you can now say:
  9.  
  10.      stuff . -name *.c -name *.h ! -name std*
  11.  
  12. to get all source and header files that do not begin with 'std',
  13. instead of getting nothing because no file can both end in '.c' and
  14. in '.h'.
  15.  
  16. 2.   The option '-response filename' takes the name of a file and
  17. processes its contents as options.
  18.  
  19. I received these changes at a time when I had already made some
  20. revisions to Stuff 1.0.  So I decided to just complete my own upgrade
  21. to Stuff 2.0.  In order that Andre van Dalen's changes aren't in
  22. vain, I am including them in this package in the following files:
  23.  
  24. message:                       Message from Andre van Dalen
  25.  
  26. dopath.pch, givehelp.pch,      Context diffs to go from Stuff 1.0 to 1.1
  27. parseopt.pch, stuff.pch
  28.  
  29. response.c                     New file for Stuff 1.1
  30.