source: trunk/essentials/sys-apps/gawk/test/fldchg.awk

Last change on this file was 3076, checked in by bird, 18 years ago

gawk 3.1.5

File size: 135 bytes
Line 
1{
2# print "0:", $0
3 gsub("aa", "+")
4 print "1:", $0
5 $3 = "<" $3 ">"
6 print "2:", $0
7 print "2a:" "%" $1 "%" $2 "%" $3 "%" $4 "%" $5
8}
Note: See TracBrowser for help on using the repository browser.