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