mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
dos2unix: add French translation (#13599)
Co-authored-by: Alexandre ZANNI <16578570+noraj@users.noreply.github.com>
This commit is contained in:
parent
f20a63cb0c
commit
65f3904441
1 changed files with 22 additions and 0 deletions
22
pages.fr/linux/dos2unix.md
Normal file
22
pages.fr/linux/dos2unix.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue