#!/bin/sh

cat prof.$1.pn* | sort | awk -f collect.awk > prof.$1.all
