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