find . -name '*.jsp' -type f -print -exec rm -rf {} \; 在当前目录下找到jsp文件并删除。 相关文章: 2022-12-23 2022-12-23 2021-09-24 2022-12-23 2021-07-28 2022-12-23