copy specified files from a directory and its sub-directory (March 1, 2010)
find ../../data/output/data.gov/v1 -name "*00001.rdf" -exec cp {} . \;