home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / compcomp / awk / awk.awk < prev    next >
Encoding:
Text File  |  1990-02-08  |  141 b   |  5 lines

  1. # demonstrate start,stop (range) pattern
  2.  
  3. /awk/ { print "---------------------------------------------------------" }
  4. /awk/,/AWK/||/Awk/
  5.