xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
fstabplus.awk
(revision 744b124e8caed130fec6baedb0c53d1b6de03e41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
FS
=
"\t+"
}
2
{
print
$
1
, $
2
}
3