#!/bin/bash SVM_LIGHT= for i in setosa virginica versicolor; do $SVM_LIGHT/svm_learn bezdekIris.$i-v-rest.shuf.data $i.model &>$i.train.out done