Home
Manpages
About
(root)/
gawk-5.2.2/
test/
ignrcase.awk
BEGIN { IGNORECASE = 1 } { sub(/y/, ""); print }