summaryrefslogtreecommitdiff
path: root/test/fsbs.awk
blob: d2ec52eebb2a71f89b0b29a64e574575bae1d60c (plain)
1
2
BEGIN { FS = "\\" }
{ print $1, $2 }