Index of /Tools/recut

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]AUTHORS2015-01-16 13:37 23  
[   ]COPYING2015-01-16 13:37 2.2K 
[   ]ChangeLog2015-01-16 13:37 210  
[   ]INSTALL2015-01-16 13:37 15K 
[   ]Makefile.am2015-01-16 13:37 508  
[   ]NEWS2015-01-16 13:37 0  
[TXT]README2019-02-25 13:53 598  
[   ]configure.ac2015-01-16 13:39 631  
[   ]recut-0.1.tar.gz2019-02-25 13:53 90K 
[   ]recut.12015-01-16 13:37 5.6K 
[TXT]recut.c2015-01-16 13:37 7.5K 
[DIR]tests/2019-02-21 18:02 -  

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