aboutsummaryrefslogtreecommitdiff
path: root/base/bin/slackwareutils/fromdos.1
blob: a90fad406fb34ae833abd4345413aed04a026f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.\"
.\" Man page for fromdos
.\"
.\" Copyright (c) 1997 Timothy J. Halloran.
.\"
.\" You may distribute under the terms of the GNU General Public
.\" License as specified in the README file that comes with the man 1.0
.\" distribution.  
.\"
.TH fromdos 1 "May 4, 1997"
.LO 1
.SH NAME
fromdos \- convert DOS text file format to UNIX.
.SH SYNOPSIS
.BI fromdos\ <\ dosfile.txt\ >\ unixfile.txt
.SH DESCRIPTION
fromdos takes a DOS text file as stdin and sends a UNIX text file to stdout.
DOS text file format separates lines of text by two characters: CR followed
by LF (hex 0d 0a). UNIX text file format separates lines of text with
a single LF character (hex 0a).  This program changes the CR LF groups found
in the input stream to LF in the output stream.
.SH "SEE ALSO"
todos(1).