freebsd-skq/contrib/awk/test/splitvar.awk
1997-10-14 18:17:11 +00:00

6 lines
48 B
Awk

{
sep = "=+"
n = split($0, a, sep)
print n
}