spread.icn: Program to format tab-separated data columns

June 6, 1999; Gregg M. Townsend
This file is in the public domain.
Spread reads data presented in tab-separated fields, such
as some some spreadsheets export, and outputs the data in
space-separated columns of the minimum necessary width.

Usage:  spread [-t c] [-g n] [-r] [file...]

-g n    set gutter width between output columns (default is 1)
-r      right-justify the fields instead of left-justifying
-t c    set separator character(s) for data (default is \t)

Source code | Program Library Page | Icon Home Page