From 8960c5ac6a2bc3edfa5a892f5d1a7f904d81ad60 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Thu, 1 Oct 2015 15:24:07 -0700 Subject: [PATCH] Updated Dos2Unix Text file format converters (markdown) --- Dos2Unix---Text-file-format-converters.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dos2Unix---Text-file-format-converters.md b/Dos2Unix---Text-file-format-converters.md index 763e9fb..8050984 100644 --- a/Dos2Unix---Text-file-format-converters.md +++ b/Dos2Unix---Text-file-format-converters.md @@ -9,6 +9,8 @@ Using PowerShell Get-ChildItem -File -Recurse | % { $x = get-content -raw -path $_.fullname; $x -replace "`r`n","`n" | set-content -path $_.fullname } ``` +or + * Download _**dos2unix.exe**_ program from [http://sourceforge.net/projects/dos2unix/?source=typ_redirect](http://sourceforge.net/projects/dos2unix/?source=typ_redirect) * Uncompress the compressed file (lets say, dos2unix-7.3-win32.zip) * Put the bin directory of the uncompressed file (that has dos2unix.exe and other prorgrams) in system path