On Wed, 15 Feb 2006 10:10:12 +0100
Alessandro De Zorzi <[EMAIL PROTECTED]> wrote:

> Salve che tool mi consigliate per convertire un file HTML
> generato con osx con dei caratteri di terminazione riga
> non interpretatii da vim?

Per passare CR a LF da shell dovrebbe bastare questo:
        $ tr '\r' '\n' < infile > outfile

Dall'interno di vim, per convertire un file da formato Mac a Unix,
dovrebbero andare bene questi comandi:
        :set ff=unix
        :w


byex! matteo

-- 
Matteo Castellini
GPG key: 0x4D9CF9F9
Jabber ID: [EMAIL PROTECTED]


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Rispondere a