Skip to content

juergenpf/dtou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the DOS<->Unix line-ending conversion script I'm using since decades now.

Nowadays DOS means actually Windows. I just recently was plagued not only by the CRLF issue, but also by the fact, that in the Unicode world of Windows more and more plain text files actually also have a BOM header (Byte Order Marker). Not all tools on Unix understand that. So I tweaked the scripts to remove also BOM headers when converting from Windows to Unix.

To install the scripts on Unix, just clone the repository and call

sudo install.sh

This will by default install the tools in /usr/local/bin and the manpage in /usr/local/man/man1

About

Dos<->Unix CRLF conversion and more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published