/justify-stream

A program that takes an input stream and justifies it into a pragraph.

Primary LanguageC++MIT LicenseMIT

justify-stream

A program that takes an input stream and justifies it into a pragraph.

Usage

Enter the number of columns as the first argument to the prgam to change the width. By default, it is 80 columns wide.

Example: cat some_file.txt | justify 100