dos2unix

Rating: 
0
No votes yet

convert text file line endings between CRLF and LF
This package contains utilities dos2unix, unix2dos, mac2unix,
unix2mac to convert the line endings of text files between UNIX (LF),
DOS (CRLF) and Mac (CR) formats.
.
Text files under Windows and DOS typically have two ASCII characters
at the end of each line: CR (carriage return) followed by LF (line
feed). Older Macs used just CR, while UNIX uses just LF. While most
modern editors can read all these formats, there may still be a need
to convert files between them.
.
This is the classic utility developed in 1989.

Application versions: 
AttachmentSizeDate
File dos2unix_5.3.1-1_armel.deb63.49 KB04/08/2013 - 21:33
Changelog: 

dos2unix (5.3.1-1) unstable; urgency=low

* New upstream release.
- The unix2dos .mo files are gone. The programs shares the dos2unix
.mo files.
* debian/copyright
- (Format): Update URL (lintian).
* debian/debian-save-restore.mk
- New file.
* debian/rules
- (override_dh_clean): Clean up generated files.