Re: Odd boxes - the solution

2002-07-08 Thread Todd Wade


Henk Van Ess [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi all,

 My provider gave me the solution. I had to install:

 pkg_add -r unix2dos

 where unix2dos *.cgi strips the boxes.. Ty all for the input.

Also, if you use the proper transfer setting (i.e. ASCII for your text
files) in your FTP client, the files will be formatted properly.

Todd W.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Odd boxes - the solution

2002-07-07 Thread Henk van Ess

Hi all,

My provider gave me the solution. I had to install:

pkg_add -r unix2dos

where unix2dos *.cgi strips the boxes.. Ty all for the input.

  

-- 
Best regards,
 Henk  mailto:[EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Odd boxes - the solution

2002-07-07 Thread fliptop

Henk van Ess wrote:

 Hi all,
 
 My provider gave me the solution. I had to install:
 
 pkg_add -r unix2dos
 
 where unix2dos *.cgi strips the boxes.. Ty all for the input.


this perl 1-liner should do the trick:

perl -pi -e 's/\s+$/\n/g' filename.html


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]