#!/bin/sh cat "$@" | \ awk -F '\t' '{OFS="\t"} {print $4,$7}' | \ sed -e 's/IRP_MJ_//' -e 's/IOCTL_SERIAL_//' -e 's/Length .*: //'