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
/
fsbs.awk
blob: 1c6f9d68616e1f94a3a40f0fa279dd1bfa14918b (
plain
)
1
2
BEGIN
{
FS
=
"
\\
"
}
{
print
$
1
,
$
2
}