xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
rswhite.awk
(revision e6615f10)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
RS
=
""
}
2
{
printf
(
"<%s>\n"
, $
0
) }
3