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