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