summaryrefslogtreecommitdiff
path: root/man/es/man1/dos2unix.txt
diff options
context:
space:
mode:
Diffstat (limited to 'man/es/man1/dos2unix.txt')
-rw-r--r--man/es/man1/dos2unix.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/es/man1/dos2unix.txt b/man/es/man1/dos2unix.txt
index dc05298..72718ea 100644
--- a/man/es/man1/dos2unix.txt
+++ b/man/es/man1/dos2unix.txt
@@ -227,6 +227,15 @@ PARÁMETROS
unix2dos -ic *.txt
+ Convert only files that have DOS line breaks and leave the other
+ files untouched:
+
+ dos2unix -ic *.txt | xargs dos2unix
+
+ Find text files that have DOS line breaks:
+
+ find -name '*.txt' | xargs dos2unix -ic
+
-k, --keepdate
Mantiene la fecha del archivo de salida igual a la del archivo de
entrada.