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
- Host: GitHub
- URL: https://github.com/artyom/fix-newlines
- Owner: artyom
- License: mit
- Created: 2022-01-12T12:20:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T16:10:56.000Z (over 4 years ago)
- Last Synced: 2025-03-04T03:42:25.658Z (over 1 year 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.