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