aboutsummaryrefslogblamecommitdiff
path: root/man/man1/d2u.1
blob: d42b87b93ebe9dc6cad947d7e7645effd41b3dc0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                       
                               

                               
.TH D2U 1 "August 2016" "Manual page for d2u"
.SH NAME
.B d2u
\- change text files from DOS to UNIX format
.SH USAGE
.B d2u FILE1 [FILE2 ...]
.SH DESCRIPTION
Applies ed(1) to change DOS \\r\\n (CRLF) line endings to UNIX \\n line
endings. Files already in UNIX format should be unchanged.
.SH SEE ALSO
ed(1), u2d(1), sd2u(1), su2d(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>