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
/
nfloop.awk
blob: c37700ac48f293726edb5136b03a7df6c00551c8 (
plain
)
1
2
3
4
5
6
7
8
BEGIN
{
$
0
=
"aaa"
NF
=
10
for
(
j =
2
;
j
<
=
NF
; ++
j
) {
$j =
"_"
}
print
}