find ./d/  -name "*.htm*" | xargs rm -rf "*.htm*" 脚本中这句语句报错

xargs: unmatched single quote

原因:遇到了文件中又奇数个单引号的情况, xargs 没能正确处理。按照默认规则,此处执行被中断