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
/
uparrfs.awk
blob: 85905240208a2d87333deb672d7e67c230180bac (
plain
)
1
2
3
4
5
6
7
8
BEGIN
{
FS
=
"(^x+)|( +)"
}
{
for
(
i =
1
;
i
<
=
NF
;
i
++)
printf
"-->%s<--
\n
"
,
$i
}