index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
gsubtst8.awk
blob: 818b0ea32dc9a1168cc551f5b257c7dc49d643f7 (
plain
)
1
2
3
4
5
{
OFS
=
" "
$
2
" "
gsub
(
"foo"
,
"_"
,
OFS
)
print
$
1
,
$
2
}