xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
rstest2.awk
(revision 528737823843346cf95a4a701612f82089135554)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
2
RS
=
""
3
FS
=
"\\"
4
$
0
=
"a\\b"
5
print
$
1
6
}
7