Ecosyste.ms: Awesome
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: about 11 hours ago
JSON representation
Replaces CRLFs with LFs
- Host: GitHub
- URL: https://github.com/artyom/fix-newlines
- Owner: artyom
- License: mit
- Created: 2022-01-12T12:20:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T16:10:56.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T20:03:19.097Z (5 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.