phd-thesis-en/data/stablePopulation.sh
2017-07-08 17:42:46 +02:00

7 lines
120 B
Bash
Executable File

#!/bin/sh
zcat fullStablePopulation.data.gz \
| nl \
| awk 'NR == 0 || NR % 1000 == 0' \
> stablePopulation.data