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
/
gsubtst8.awk
blob: 818b0ea32dc9a1168cc551f5b257c7dc49d643f7 (
plain
)
1
2
3
4
5
{
OFS
=
" "
$2
" "
gsub
(
"foo"
,
"_"
,
OFS
)
print
$1
,
$2
}