Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 11 hours 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.