#!/bin/sh find bin -name '*.d' | xargs grep -F "${1}" -l | xargs rm -vf