summaryrefslogtreecommitdiff
path: root/4r_trans_hist
blob: 82b0e6b243fb14b97cd52f7ad9be605cbec98b01 (plain)
1
2
3
4
#!/bin/sh -e

set -o pipefail
cut -f1,2 | sort --parallel=8 --buffer-size=${MEM:-1G} --compress-program=gzip | uniq -c | sort -rn
contact: Jan Huwald // Impressum