On Sat, Nov 07, 2009 at 08:53:13AM -0700, Bill Thoen wrote:
> $ ls -1 BLM/* | egrep ':$|\.shp' | grep -v \.xml
> (list everything under the BLM directory but include only those lines
> that end in a colon (the pathname) or contain a shapefile extension (.shp))
find . -name \*\.shp -o -type d
sounds like what you're looking for
--
Michael Rasmussen, Portland Oregon
Be appropriate && Follow your curiosity
http://www.jamhome.us/
The fortune cookie says:
You will be the last person to buy a Chrysler.
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug