#!/bin/bash # $1 - Train File # $2 - Test File # $3 - LOC attribute nice -19 java -Xmx1024M -cp weka.jar weka.classifiers.trees.J48 -p $3 -M 2 -C 0.25 -t $1 -T $2