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