Table des matières

, , ,

Convertir un fichier texte DOS

dos2unix

La commande unix2dos permet de convertir un fichier formaté sous windows.

$ sudo apt-get install dos2unix

Avec VIM

Ouvrir le fichier puis en mode commande, définir la variable fileformat et enregistrer.

:set fileformat=unix

ou

:set fileformat=dos