index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
rstest2.awk
blob: 5ed4701d6b67b0d950f04e31eae072be209709f3 (
plain
)
1
2
3
4
5
6
BEGIN
{
RS
=
""
FS
=
"
\\
"
$
0
=
"a
\\
b"
print
$
1
}