Pré-réquis
- dos2unix
sudo apt-get install dos2unix
Commande
find VOTRE_REPERTOIRE -type f -exec dos2unix {} \;
ou une autre manière, dans votre repertoire
find . -type f -exec dos2unix -k -s -o {} ';'
sudo apt-get install dos2unix
find VOTRE_REPERTOIRE -type f -exec dos2unix {} \;
ou une autre manière, dans votre repertoire
find . -type f -exec dos2unix -k -s -o {} ';'