[ 原始碼: dos2unix ]
套件:dos2unix(7.4.3-1)
dos2unix 的相關連結
Debian 的資源:
下載原始碼套件 dos2unix:
- [dos2unix_7.4.3-1.dsc]
- [dos2unix_7.4.3.orig.tar.gz]
- [dos2unix_7.4.3.orig.tar.gz.asc]
- [dos2unix_7.4.3-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.