diff options
author | Chris Abela <kristofru@gmail.com> | 2011-09-23 10:20:56 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-23 10:20:56 -0300 |
commit | e88a3ceca0552f36fe086554483239aa223a14a8 (patch) | |
tree | 54370cc79f9db1c9c15256b341fb9fdcd748514d /misc/dos2unix/README | |
parent | 5a8ae834a6abac3096f113392997b8ba240adb96 (diff) | |
download | slackbuilds-e88a3ceca0552f36fe086554483239aa223a14a8.tar.gz |
misc/dos2unix: Added (DOS/Mac to Unix and v.v. file conversion)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'misc/dos2unix/README')
-rw-r--r-- | misc/dos2unix/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/dos2unix/README b/misc/dos2unix/README new file mode 100644 index 0000000000..4a80ae8256 --- /dev/null +++ b/misc/dos2unix/README @@ -0,0 +1,22 @@ +This is an update of Benjamin Lin's implementations of dos2unix and +unix2dos. Benjamin Lin's implementations of dos2unix and unix2dos +are part of several Linux distributions such as RedHat, Fedora, Suse, +Gentoo and some others. On Slackware one finds fromdos and todos but +these implementations are not included. This update includes all RedHat +patches and fixes several other problems. + +These implementations of dos2unix and unix2dos have been modelled after +dos2unix/unix2dos under SunOS/Solaris. They have similar conversion +modes, namely ascii, 7bit and iso. The first versions were made by +John Birchfield in 1989, and in 1995 rewritten from scratch by Benjamin +Lin. Mac to Unix conversion was added by Bernd Johannes Wuebben in 1998, +Unix to Mac by Erwin in 2010. + +Features: + Native language support: Dutch, English, Esperanto, German, Spanish. + Automatically skips binary and non-regular files In-place, paired, + or stdio mode conversion. Keep original file dates option. 7-bit and + iso conversion modes like SunOS dos2unix. + +Dos2Unix includes: dos2unix - DOS/MAC to UNIX text file format converter +unix2dos - UNIX to DOS/MAC text file format converter |