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