I personally prefer having output in either YAML or JSON format, as that can be most easily processed using existing data processing tools and the minimum amount of custom parsing and processing.
This prints lines between lines with patterns “Step” (which starts off a thermo block if step is the first variable) and “Loop” (as in “Loop time: …”), non-inclusive of the lines containing those words (modified from https://stackoverflow.com/a/38977614 posted by karakfa, retrieved 2026-03-28, License - CC BY-SA 3.0).
fix print has the very important advantage of retaining the header line which is very useful for figuring out what numbers you’ve actually printed.