#!/bin/bash for file in data/* do # echo "Running arff/defect/$file" /usr/bin/env python cliff_effort.py 5 5 $file 3 done