summaryrefslogtreecommitdiff
path: root/man/de/man1/dos2unix.1
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-10-20 13:29:34 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-10-20 13:29:37 +0900
commit0077b68f7eb84ff84bc271256e4ac0e178e531f9 (patch)
treefcec8afa85d4c7c259f81e3bbe95145cd1d77510 /man/de/man1/dos2unix.1
parent988f99500ba83724242b161936adaa960b677653 (diff)
downloaddos2unix-0077b68f7eb84ff84bc271256e4ac0e178e531f9.tar.gz
dos2unix-0077b68f7eb84ff84bc271256e4ac0e178e531f9.tar.bz2
dos2unix-0077b68f7eb84ff84bc271256e4ac0e178e531f9.zip
Imported Upstream version 7.3.1
Change-Id: I838c61f0002c36df152a67302d8881f8b6d3ded2 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'man/de/man1/dos2unix.1')
-rw-r--r--man/de/man1/dos2unix.117
1 files changed, 15 insertions, 2 deletions
diff --git a/man/de/man1/dos2unix.1 b/man/de/man1/dos2unix.1
index abd2634..f1e592a 100644
--- a/man/de/man1/dos2unix.1
+++ b/man/de/man1/dos2unix.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.30)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.31)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -71,7 +71,7 @@
.\" ========================================================================
.\"
.IX Title "dos2unix 1"
-.TH dos2unix 1 "2015-08-24" "dos2unix" "2015-08-24"
+.TH dos2unix 1 "2015-09-30" "dos2unix" "2015-09-30"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -335,6 +335,19 @@ Die Dateien auflisten, die Unix\-Zeilenumbrüche enthalten:
.Vb 1
\& unix2dos \-ic *.txt
.Ve
+.Sp
+Nur Dateien umwandeln, die DOS\-Zeilenumbrüche enthalten und die anderen
+Dateien unverändert belassen:
+.Sp
+.Vb 1
+\& find . \-name \*(Aq*.txt\*(Aq |xargs dos2unix
+.Ve
+.Sp
+Nach Textdateien suchen, die DOS\-Zeilenumbrüche enthalten:
+.Sp
+.Vb 1
+\& find . \-name \*(Aq*.txt\*(Aq |xargs dos2unix
+.Ve
.RE
.IP "\fB\-k, \-\-keepdate\fR" 4
.IX Item "-k, --keepdate"