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
/
resplit.awk
blob: f75fe3970d230af62893902a8a1aff5339171066 (
plain
)
1
{
FS
=
":"
;
$0
=
$0
;
print
$2
}