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