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