
8 Sep
2008
8 Sep
'08
2:34 p.m.
Hi, there are different versions of echo .. one is built-in, the other is a seperate program. if you want to have the last result, try 'echo -e'. (-e = eneable interpretation of backslashed chars) Kenny On Mon, 8 Sep 2008, lieven sterck wrote:
anubody knows why: I get this ' ZM4s46684.strip.phylip.protdist.out\nM\n100\nY\n ' when I do ' echo "${i}.seqboot.out\nM\n100\nY\n" > ${i}.protdist ' on the cluster and I get this ZM1s59328158.strip.phylip.seqboot.out M 100 Y when I do the same commando on midas? (it's 2nd one i need)
thx, L.
--