#!/bin/sh /usr/bin/find /usr/obj -type f -and \( -name vers.c -or -name .version -or -name version -or -name version.c -or -name '*crt1*.s' \) -exec rm -v {} \;