#!/bin/sh find . -type f -name "*.ocf" -exec rm -f {} \; find . -type f -name "*.osf" -exec rm -f {} \;