diff options
Diffstat (limited to 'man/es/man1/dos2unix.pod')
-rw-r--r-- | man/es/man1/dos2unix.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/es/man1/dos2unix.pod b/man/es/man1/dos2unix.pod index 867c7bc..d126c80 100644 --- a/man/es/man1/dos2unix.pod +++ b/man/es/man1/dos2unix.pod @@ -286,6 +286,15 @@ Muestra los archivos que tienen saltos de lĂnea Unix: 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 + =item B<-k, --keepdate> Mantiene la fecha del archivo de salida igual a la del archivo de entrada. |