home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d0xx / d065 / bawk.lha.pi < prev    next >
Encoding:
Text File  |  1994-03-14  |  670 b   |  19 lines

  1. .name
  2. Bawk
  3. .author
  4. Bob Brodt 
  5. .source
  6. Includes source in C.
  7. .description
  8. Text processor inspired by the Unix awk utility.  Bawk searches files for
  9. specific patterns and performs actions for every occurance of these
  10. patterns.  The patterns can be regular expressions.  The actions are
  11. expressed using a subset of the C language.  Unfortunately this version
  12. always gets a stack overflow no matter what the stack is set to, I haven't
  13. had a chance to find the bug.  So you can hunt for it.  Looks like it could
  14. be a very useful utility for the Amiga.  
  15. .described-by
  16. Automatically generated from Contents file by c2pi program.
  17. .short
  18. Text processor like UNIX awk, C source.
  19.