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
/
anchgsub.awk
blob: 52e8aa4dab7dae950b1815727301de81182610b6 (
plain
)
1
{
gsub
(
/^[ ]*/
,
""
,
$0
)
;
print
}