#!/bin/bash
grep "All   " outfile* | sort -n -k 4,4 | python bf.py 
