#!/bin/bash

FILES="results/v4/hivemind4p2-20101130/*.log"
for f in $FILES
do
	./recompute_file.awk $f
done