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.
- Host: GitHub
- URL: https://github.com/teewrath/do2unix
- Owner: TeeWrath
- Created: 2024-02-26T14:35:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T18:15:44.000Z (over 2 years ago)
- Last Synced: 2025-02-09T12:31:44.711Z (over 1 year ago)
- Language: Tcl
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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