#!/bin/bash find ./ -name "*png" -type f -exec rm {} \; find ./ -name "*eps" -type f -exec rm {} \;