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