cp /dev/null temp
for f in `ls $1/Run*/*_ssa.gdat` ; do
	awk -v NUMBER=$COUNT -f firstpassage.awk $f >> temp;
done;
cat temp | sort -n > $1/histogram

