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