xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
concat4.awk
(revision 8eb8717cc9dc99bdd784b74c994bea7ef5e60f92)
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