#!/bin/bash # ignore ed- and timed- queues. egrep 'BIP *[0-9]+/[0-9]+/[0-9]+' qstat-f.txt | grep -v -e 'ed-' -e 'timed-'