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
/
wideidx.awk
blob: 9c8a64ce16ac003314cf17f81a97a05369a0524c (
plain
)
1
2
3
4
5
6
7
{
a=$
0
print index
(
a
,
"b"
)
getline
a = a $
0
print index
(
a
,
"b"
)
}