home *** CD-ROM | disk | FTP | other *** search
- ***************************************************************************
- Modula-2 LineFeed Stripper
- Copyright (c) 1988 Steve Plegge
- ***************************************************************************
- Name: LFstrip.MOD Version: 1.0.2
-
- Created: 08/30/88 Updated: 08/30/88 Author: Steve Plegge
-
- Description: Copies a file, changing all single LFs into spaces;
- double LFs are kept; a single LF is added at EOF.
- (Used for massaging text files for importing into
- DTP programs such as PageStream and Pagesetter)
-
- Usage: LFstrip {infile} {outfile}
- ***************************************************************************
-