xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
reparse.awk
(revision 22028508fd28d36ff74dc02c5774a8ba1f0db045)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{
2
gsub
(/
x
/,
" "
)
3
$
0
= $
0
4
print
$
1
5
print
$
0
6
print
$
1
, $
2
, $
3
7
}
8