Usage:
java -jar andunix-tool.jar <Global Options> <Command> <Command Options>
Tip: I suggest to create a shell-script to ease the java starting:
#! /bin/sh # Change this to the directory in which you put ''andunix-tool.jar'' # and the corresponding ''lib'' directory ANDUNIX_TOOL_DIR=${HOME}/opt/andunix-tool # Use this to define the path to your Java-Intallation JAVA_HOME=/opt/jdk exec ${JAVA_HOME}/bin/java -jar ${ANDUNIX_TOOL_DIR}/andunix-tool.jar $*
Global Options:
Commands:
Usage:
axt eyetv <Command Options>
Command Options:
EyeTV Archive
directoryExample:
axt eyetv -b10 -a15 -m2 -d /Volumes/EyeTV
Tip: Pipe the output to less which lets you easily scroll though the repotred intersections:
axt eyetv -b10 -a15 -m2 -d /Volumes/EyeTV | less