Cygwin输出问题

时间:2013-07-31 09:44:14

标签: cygwin output

我有这个脚本cut -d "|" -f 8,9,13,23 info.txt > result.txt 当我打开result.txt时,它看起来像这样:

 R S L T = R A C 2 6 8 | R A W T = r i c k a r d   a d a m   c e s a r   t w o   s i x   n i n e          

什么时候看起来像这样:

 RSLT=RAC268|RAWT=rickard adam cesar two six nine

它在控制台中工作,所以我的猜测是问题出在输出操作符中。

0 个答案:

没有答案