diff options
Diffstat (limited to 'man/fr/man1/dos2unix.htm')
-rw-r--r-- | man/fr/man1/dos2unix.htm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man/fr/man1/dos2unix.htm b/man/fr/man1/dos2unix.htm index b849da4..1f5d6dc 100644 --- a/man/fr/man1/dos2unix.htm +++ b/man/fr/man1/dos2unix.htm @@ -2,7 +2,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>dos2unix 7.3 - Convertit les fichiers textes du format DOS/Mac vers Unix et inversement</title> +<title>dos2unix 7.3.1 - Convertit les fichiers textes du format DOS/Mac vers Unix et inversement</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:ASSI@cygwin.nonet" /> </head> @@ -290,6 +290,14 @@ <pre><code> unix2dos -ic *.txt</code></pre> +<p>Ne converti que les fichiers qui ont des sauts de lignes DOS et laisse les autres fichiers inchangés:</p> + +<pre><code> dos2unix -ic *.txt | xargs dos2unix</code></pre> + +<p>Trouve les fichiers texte qui ont des sauts de ligne DOS :</p> + +<pre><code> find -name '*.txt' | xargs dos2unix -ic</code></pre> + </dd> <dt id="k---keepdate"><b>-k, --keepdate</b></dt> <dd> |