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

  1. (See "readme.too" for more information about this.)
  2.  
  3.  
  4. Date:  Tue, 1 Nov 88 9:37:50 MET
  5. To:  uunet!iuvax!bsu-cs!dhesi@uunet.UU.NET (Rahul Dhesi)
  6. From:  mcvax!targon!andre@uunet.UU.NET
  7. Subject:  Changes to stuff
  8. Replied:  Tue, 01 Nov 88 06:59:11 EST
  9. Return-Path:  mcvax!targon!andre@uunet.UU.NET
  10. X-Mailer:  Elm [version 1.5]
  11.  
  12. I am sending this for the second time because I suspect you didn't
  13. get it the first time. If you did receive it, please ignore this.
  14.     Andre.
  15.  
  16. ---
  17.  
  18. Hi, Rahul
  19.  
  20. Here are my changes to stuff as promised.  A bit late, but I have had  some
  21. busy  last  weeks  (the  changes to stuff took about 1 afternoon spread out
  22. over three days).  The thing I changed was that all positif masks are  seen
  23. with logical or's between them and negatif ones still as with logical and's
  24. between them.  This means that you can now say:
  25.  
  26. > stuff . -name *.c -name *.h ! -name std*
  27.  
  28. to get all source and header files that do not begin with 'std'. In stead
  29. of getting nothing because no file can both end in '.c' and in '.h'.
  30.  
  31. I added the ',' command which now means a repeat of the previous option:
  32.  
  33. > stuff . -name *.c , *.h
  34.  
  35. This works with all options.
  36.  
  37. And I added the option '-response filename' which takes the contents of
  38. the file and processes it as options (the file should be < 32 Kbytes):
  39.  
  40. > stuff \ -newer datefile -response exclude.cc , exclude.log
  41.  
  42. where the files are:
  43. -- exclude.cc --
  44. ! -name *.bak , *.obj , *.exe
  45. ! -name *.lib , *.map
  46. -- exclude.log --
  47. ! -name *.log , logging , /tmp/*
  48. ----
  49.  
  50. I changed the maximum number of options to 50.  Nested response  files  are
  51. not  permitted as is the negation of the response option.  For the response
  52. option I added the  file  response.c.  The  changes  are  in  the  appended
  53. shar'chive,  If  you  want  my  full sources, mail me.  I hope you like and
  54. approve the changes I made (You should re-edit  the  give-help  function  I
  55. think) and I see forward to a new release of stuff.  When does zoo know how
  56. to do carriage return - newline translation ?
  57.  
  58.     Have fun, Andre van Dalen.
  59.  
  60. --
  61. ~----~ |m    AAA         DDDD  It's not the kill, but the thrill of the chase.
  62. ~|d1|~@--   AA AAvv   vvDD  DD        Segment registers are for worms.
  63. ~----~  &  AAAAAAAvv vvDD  DD
  64. ~~~~~~ -- AAA   AAAvvvDDDDDD        Andre van Dalen, uunet!mcvax!targon!andre
  65.