index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ignrcase.awk
blob: 61d7a8331cf81f4ed76d4d27f6508bf9ed852146 (
plain
)
1
2
BEGIN
{
IGNORECASE
=
1
}
{
sub
(
/y/
,
""
);
print
}