|
From: Theo <th...@gm...> - 2013-10-20 19:42:15
|
unfortunately not...
help says:
set datafile separator {"<char>" | whitespace}
default is whitespace
isn't that either \s or \t ?
Anyway,
set datafile separator "\t"
does not help...
|