by shigemk2

当面は技術的なことしか書かない

find -exec

find path -option filename -exec command {} \;

で、サーチした結果に対して、コマンドを実行する。