2019/06/27 linux delete file with special name ``` find . -name "*conflict*" -type f | xargs -I {} echo "rm -fv \"{}\"" | tee test.log sh test.log ``` find->xargs echo ->tee メールで送信BlogThis!X で共有Facebook で共有する