aboutsummaryrefslogtreecommitdiff
path: root/man/man1/su2d.1
blob: 6dc71787ba0bad965343755053123df62704c42f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH SU2D 1 "August 2016" "Manual page for su2d"
.SH NAME
.B su2d
\- change text files from UNIX to DOS format
.SH USAGE
.B su2d
FILE1 [FILE2 ...]
.br
.B su2d
< FILE
.br
program |
.B su2d
.SH DESCRIPTION
Applies sed(1) to change UNIX \\n line endings to DOS \\r\\n (CRLF) line
endings. Lines already in DOS format should be unchanged.
.SH SEE ALSO
sed(1), sd2u(1), d2u(1), u2d(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>