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

5 lines
48 B
Awk

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