jr -- Rearrange Data Columns
jr(1) will rearrange Columns in either a Delimited Text File
or a Flat non-delimited Text File.
This was created for Systems that does not have awk(1) or
col(1)/paste(1). If awk(1) or col(1)/paste(1) is present
you may want to use those instead.
It can also:
* Adjust Field Formatting, for example convert Date
Strings.
* Convert to/from Flat Fixed Length Files from/to
Delimited Text Files.
Compile Instructions are in the README.md File inside the
tarball.
$Id: jr.txt,v 1.1 2024/10/09 22:59:06 jmccue Exp $