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
/
icasers.awk
blob: 8fdc826bcfaf48253fbc77f9c54a6472a000d448 (
plain
)
1
2
BEGIN
{
RS
=
"[[:upper:]
\\
n]+"
}
{
print
;
IGNORECASE
=
!
IGNORECASE
}