#!/bin/bash threshold=100 cat $1 | sort | uniq > $1.uniq python calculateSizes $1.uniq | sort -rn | grep '$[0-9]{3,3}' > $1.uniq.over.${threshold}