Home
Manpages
About
(root)/
gawk-5.2.2/
test/
concat4.awk
{ a = $0 print a print index(a,"b") getline a = a $0 print a print index(a,"b") }