#!/bin/sh # # Find, ignoring .svn and CVS directories find "$@" | grep -v '\/\.svn' | grep -v '\/CVS'