diff options
Diffstat (limited to 'man/nl/man1/dos2unix.htm')
-rw-r--r-- | man/nl/man1/dos2unix.htm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man/nl/man1/dos2unix.htm b/man/nl/man1/dos2unix.htm index d04476f..73f94c2 100644 --- a/man/nl/man1/dos2unix.htm +++ b/man/nl/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 - DOS/Mac naar Unix en vice versa tekstbestand formaat omzetter</title> +<title>dos2unix 7.3.1 - DOS/Mac naar Unix en vice versa tekstbestand formaat omzetter</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>Alleen bestanden die DOS-regeleindes bevatten converteren en andere bestanden ongemoeid laten:</p> + +<pre><code> dos2unix -ic *.txt | xargs dos2unix</code></pre> + +<p>De bestanden vinden die DOS-regeleindes bevatten:</p> + +<pre><code> find -name '*.txt' | xargs dos2unix -ic</code></pre> + </dd> <dt id="k---keepdate"><b>-k</b>, <b>--keepdate</b></dt> <dd> |