home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / languages / perl / microsearch.pl.0.1.README < prev    next >
Encoding:
Text File  |  1996-09-07  |  576 b   |  16 lines

  1. This is a framework script designed to help you do big deep searches for
  2. regular expressions in files. Just edit the stuff you need in a copy of
  3. this file and then fire it off. It will descend trees, search files that
  4. meet a regular expression with their name and find regular expressions
  5. inside them. It may also make a good framework for more advanced work if
  6. you so desire.
  7.  
  8. Some options:
  9.  
  10. -h -help     prints this information
  11. -v -version  prints the current "version"
  12. -d -debug    prints debugging information
  13. -t -tree     prints out the tree as it descends it
  14.  
  15. Enjoy :-)
  16.