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