Home
Manpages
About
(root)/
gawk-5.2.2/
test/
reparse.awk
{ gsub(/x/, " ") $0 = $0 print $1 print $0 print $1, $2, $3 }