mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-20 12:34:45 +02:00
Updated Dos2Unix Text file format converters (markdown)
parent
c243a91ed4
commit
5c4e2bf710
@ -12,12 +12,12 @@ Editing UNIX files on Windows changes the EOL fron UNIX to DOS, which might make
|
||||
|
||||
_// to covert all file_
|
||||
|
||||
`**for /R %G in (*.*) do dos2unix "%G"**`
|
||||
`for /R %G in (*.*) do dos2unix "%G"`
|
||||
|
||||
_// to covert all .h files_
|
||||
|
||||
`**for /R %G in (*.h) do dos2unix "%G"**`
|
||||
`for /R %G in (*.h) do dos2unix "%G"`
|
||||
|
||||
_// to covert all .c file_
|
||||
|
||||
`**for /R %G in (*.c) do dos2unix "%G"**`
|
||||
`for /R %G in (*.c) do dos2unix "%G"`
|
Loading…
x
Reference in New Issue
Block a user