Cygwin Output problems -
i have script cut -d "|" -f 8,9,13,23 info.txt > result.txt when open result.txt looks this:
 r s l t = r c 2 6 8 | r w t = r c k r d   d m   c e s r   t w o   s x   n n e           when should this:
 rslt=rac268|rawt=rickard adam cesar 2 6 9 it works in console, guess problem within output operator.
 
 
Comments
Post a Comment