Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Clayster

    when I add 2 lines, I lose 2

    I can e-mail you a complete copy of the script ... it's too long to post here. However, here are a few relevant snippets of an abridged version: BEGIN { # mailTemp array counter m = 0 } { # Add to temp mail array mailTemp[m++] = $0 # begin a series of over 100 regexps...
  2. Clayster

    when I add 2 lines, I lose 2

    Hi, I'm writing a pretty involved spam filter in awk ... so far so good, for the most part. Basically, the program reads in a queued mail file, stores each line in an array: tempMail[i++] = $0 ... then scans each line against several spam regexps, and then in the END portion of the script...

Part and Inventory Search

Back
Top