find . -name '*.jsp' -type f -print -exec rm -rf {} /;
在当前目录下找到jsp文件并删除。
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/1174.html
find . -name '*.jsp' -type f -print -exec rm -rf {} /;
在当前目录下找到jsp文件并删除。
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/1174.html