summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/fldchg.awk
blob: a8018f7859e82e644657b4ad26cc0b1d2b363bb4 (plain)
1
2
3
4
5
6
7
8
{
#	print "0:", $0
	gsub("aa", "+")
	print "1:", $0
	$3 = "<" $3 ">"
	print "2:", $0
	print "2a:" "%" $1 "%" $2 "%" $3 "%" $4 "%" $5
}
OpenPOWER on IntegriCloud