dos2unix: add French translation (#13599)

Co-authored-by: Alexandre ZANNI <16578570+noraj@users.noreply.github.com>
pull/28/head
Pascal Brand 2024-09-08 14:14:53 +02:00 committed by GitHub
parent f20a63cb0c
commit 65f3904441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# dos2unix
> Remplace les fins de lignes de style DOS par des fins de lignes de style Unix.
> Remplace CRLF par LF.
> Voir également `unix2dos`, `unix2mac`, et `mac2unix`.
> Plus d'informations : <https://manned.org/dos2unix>.
- Remplace les fins de lignes d'un fichier :
`dos2unix {{chemin/vers/fichier}}`
- Crée une copie avec des fins de lignes de type Unix :
`dos2unix -n {{chemin/vers/fichier}} {{chemin/vers/nouveau_fichier}}`
- Affiche les informations d'un fichier :
`dos2unix -i {{chemin/vers/fichier}}`
- Conserve/Ecrit/Supprime la marque d'ordre des octets (BOM) :
`dos2unix --{{keep-bom|add-bom|remove-bom}} {{chemin/vers/fichier}}`