index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
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"
)
}