this supposed to be very basic. I'm running plink from windows and want to get some output to a file plink 192.168.229.128 -ssh -l root -pw password runsql.sh > result.log
the runsql.sh output is something like
121211212
213212312
434234234
521312312
however the result.log shows as:
121211212213212312434234234521312312
How can I fix this? thanks a bunch!