#!/bin/bash find /var/lib/bcfg2 -name "*.COMPILED" -exec rm -f '{}' \;