>> find . -name \*\.shp -o -type d >> sounds like what you're looking for >> > YES! Thanks for the fast response too. This works just about the way I > want it. Only one more step required and that's to filter out the lines > that have JUST the directory in them. Easy to do though. Just append "| > grep \.shp" and I've got Kibbles & Bits (well, the Bits at least) to > feed a hungry process.
if you don't want directories, just remove the -type d flag. _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
