#!/bin/sh

SED=/usr/bin/sed

./filter_stderr_and_thread_no \
| $SED "s/ is at offset [0-9]* from / is at offset ... from /"
