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

https://github.com/artyom/fix-newlines

Replaces CRLFs with LFs
https://github.com/artyom/fix-newlines

Last synced: 10 months ago
JSON representation

Replaces CRLFs with LFs

Awesome Lists containing this project

README

          

# fix-newlines

Program fix-newlines replaces “\r\n” (CRLF) with “\n” (LF) in text files.

## Y Tho

Because I keep forgetting the `sed` incantation and don't have dos2unix installed.