From f29d3519ce073ec30f99754d93304324f7f26d65 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:47:05 +0200 Subject: Initial commit. --- base/bin/slackwareutils/fromdos.1 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 base/bin/slackwareutils/fromdos.1 (limited to 'base/bin/slackwareutils/fromdos.1') diff --git a/base/bin/slackwareutils/fromdos.1 b/base/bin/slackwareutils/fromdos.1 new file mode 100644 index 0000000..a90fad4 --- /dev/null +++ b/base/bin/slackwareutils/fromdos.1 @@ -0,0 +1,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). -- cgit v1.2.3-70-g09d2