Contents
お問合せ: メールフォーム
/path/to/hoge 配下の「phpファイル」から「md5」を含むファイルを検索する
% find /path/to/hoge -name '*.php' | xargs grep 'md5'