1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
.TH delcr 1
.SH NAME
delcr \- removes a CR (\\015) at the end of each line of input, if a CR is present.
.SH SYNOPSIS
.B delcr
.SH DESCRIPTION
.B delcr
removes a CR (\\015) at the end of each line of input, if a CR is present. It does not remove a CR at the end of a partial final line.
.B delcr
reads input from stdin and writes to stdout.
.SH SEE ALSO
tcpserver(1),
tcprules(1),
tcprulescheck(1),
argv0(1),
fixcrio(1),
recordio(1),
rblsmtpd(1),
tcpclient(1),
who@(1),
date@(1),
finger@(1),
http@(1),
tcpcat(1),
tcp-environ(5)
http://cr.yp.to/ucspi-tcp.html
|