[ 源代码: dos2unix ]
软件包:dos2unix(7.4.1-1)
dos2unix 的相关链接
Debian 的资源:
下载源码包 dos2unix:
- [dos2unix_7.4.1-1.dsc]
- [dos2unix_7.4.1.orig.tar.gz]
- [dos2unix_7.4.1.orig.tar.gz.asc]
- [dos2unix_7.4.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [waterlan.home.xs4all.nl]
相似软件包:
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.