//現ディレクトリ以下の.DS_Storeと._で始まるファイルを削除 find ./ \( -name ".DS_Store" -or -name "._*" \) -print -exec rm {} ";"