streamer.icn: Program to append lines of file into one long line

June 12, 1995; Ralph E. Griswold
This file is in the public domain.
This program outputs one long line obtained by concatenating the
lines of the input file.

The supported options are:

     -l i    stop when line reaches or exceeds i; default no limit
     -s s    insert s after each line; default no separator

Separators are counted in the length limit.

Source code | Program Library Page | Icon Home Page