#!/bin/sh find \( -name '*.out' -o -name '*~' -o -name '#*#' \) -print | xargs -r rm -f -- rm -f install install.new