#!/bin/bash grep -R --exclude='*.sh' "# sys\|IOPS" . | sed -e 's|.*_test_||' -e 's|_.*log| |' | grep -v fsync