SeaCMS后台删除多余图片 October 10, 2023 一、编辑/admin/templets/admin_datarelate_checkpic.htm文件,在合适位置插入:<input type=&q...
linux下删除当前目录及子目录下特定文件 September 27, 2014 find . -name "*.txt" -print -exec rm -rf {} \; . 表示在当前目录下-name "*.t...