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
/
jarebug.awk
blob: 906d18464e678295d324e7e9a05b4de72058ebbf (
plain
)
1
/.*/
{
gsub
(
"·½"
,
"ERROR"
);
print
;
}