RE: Output has HEX values??

2002-06-14 Thread David Gray
> I'm using the following command to output the results to screen and a > output file: > > open(F,"tee $2 @ARGV[0].txt >CON:"); > > This works great but the output file created .txt > has a "box" > ascii character. Looks like a carraige return also. > How can I remove this? This sounds like

Re: Output has HEX values??

2002-06-12 Thread drieux
On Wednesday, June 12, 2002, at 07:07 , phumes1 wrote: > > I'm using the following command to output the results to screen and a > output file: > > open(F,"tee $2 @ARGV[0].txt >CON:"); > > This works great but the output file created .txt has a "box" > ascii character. Looks like a carraige re

Output has HEX values??

2002-06-12 Thread phumes1
I'm using the following command to output the results to screen and a output file: open(F,"tee $2 @ARGV[0].txt >CON:"); This works great but the output file created .txt has a "box" ascii character. Looks like a carraige return also. How can I remove this? -- To unsubscribe, e-mail: [EMAIL