xref: /illumos-gate/usr/src/test/util-tests/tests/awk/gnu/fsbs.awk (revision 78801af7286cd73dbc996d470f789e75993cf15d)
1BEGIN { FS = "\\" }
2{ print $1, $2}
3