From Plink "It is sometimes useful to have a PED file that is tab-delimited,
except that between alleles of the same genotype a space instead of a
tab is used. A file formatted in this way can load into Excel, for
example, as a tab-delimited file, but with one genotype per column
instead of one allele per column. Use the option --tab as
well as --recode or --recode12 to achieve this
effect."
./plink --bfile mydata --recode --tab --out mydata_tab_151012
If only I had the patience to read things properly :)