If you have the full starjava installation on a Unix system and java/bin is on your classpath, you should be able to invoke the program just by typing
tpipe [args]Otherwise, you will need to ensure that the relevant classes are on your classpath and get Java to execute the class
uk.ac.starlink.ttools.TablePipe
, for instance like this:
java -classpath stil.jar uk.ac.starlink.ttools.TablePipe [args]or
java -classpath java/lib/topcat/topcat.jar uk.ac.starlink.ttools.TablePipe [args]The rest of this section just uses the
tpipe
form.