phd-thesis-fr/data/stablePopulation.sh

7 lines
120 B
Bash
Executable File

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