#!/bin/bash rm src.a find ./ -type f | grep -E '\.o$' | xargs -I'{}' rm '{}'