Description
Text files can be converted between Windows CRLF line endings and Unix LF line endings. This is useful when scripts, source files, or configuration files were created on another operating system and need the correct format.
The tool rewrites text files, so users should avoid running it blindly on binary files or large trees without checking. Version control helps review line-ending changes before committing them.