#!/usr/bin/env bash grep numCycles m5out/stats.txt | awk '{t0 = $2; getline; print $2 - t0; exit;}'