#!/bin/sh
find / -type f -name core -exec rm -fv {} \;
