Home
Manpages
About
(root)/
gawk-5.2.2/
test/
lintplus.awk
BEGIN { y = substr("abc", 2, 2) + "d" ; print y }