Home
Manpages
About
(root)/
gawk-5.2.2/
test/
rstest1.awk
BEGIN { RS = "" FS = ":" s = "a:b\nc:d" print split(s,a) print length(a[2]) }