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