help-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Rule with starting { on next line


From: uzibalqa
Subject: Rule with starting { on next line
Date: Sun, 09 Apr 2023 20:12:20 +0000

I am doing the following, which is repeating "MATCH $0 BEG_ERE" for every line.
Primarily because the starting "{" starts on the next line.  Would this be a 
bug?

match($0, beg_ere, maggr)
 {
  print "MATCH $0 BEG_ERE"
  print "   " $0
  next
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]