ファイルを複数のディレクトリにコピー

hoge/下のpiyo*という全てのディレクトリにsrc.txtがコピーされる.

find hoge/ -name "piyo*" -type d -exec src.txt {} \;