Index of /Tools/recut
recut(1) is like cut(1), but can also duplicate and reorder fields.
Compile and install
===================
If you downloaded a .tar.gz file:
tar xvf recut-0.1.tar.gz
cd sqlreport
./configure
make
make install
(Replace "0.1" with the correct version number.) See the file INSTALL
for more info.
If you downloaded the individual source files, you'll need to generate
the files configure and Makefile first. For that, you'll need the
autoconf/automake tools. Run:
autoreconf -i -s -v
and then configure and compile as above:
./configure
make
make install