An open API service indexing awesome lists of open source software.

https://github.com/teewrath/do2unix

A program to convert files that have Windows-style line endings (carriage-return, line-feed or "CRLF") to UNIX style.
https://github.com/teewrath/do2unix

Last synced: over 1 year ago
JSON representation

A program to convert files that have Windows-style line endings (carriage-return, line-feed or "CRLF") to UNIX style.

Awesome Lists containing this project

README

          

# Do2unix
A program to convert files that have Windows-style line endings (carriage-return, line-feed or "CRLF") to UNIX style.
This was built to learn and understand Tcl lang