xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
concat4.awk
(revision 9e88c82d66b3fb22f1b1f25cbc4632977358de62)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{
2
a
= $
0
3
print
a
4
print
index
(
a
,
"b"
)
5
getline
6
a
=
a
$
0
7
print
a
8
print
index
(
a
,
"b"
)
9
}
10