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
/
reparse.awk
blob: 433ecbb2d69fa0b914e447719d86211d248e316e (
plain
)
1
2
3
4
5
6
7
{
gsub
(
/x/
,
" "
)
$0
=
$0
print
$1
print
$0
print
$1
,
$2
,
$3
}