zl程序教程

您现在的位置是:首页 >  系统

当前栏目

linux查询并删除文件

Linux文件 查询 删除
2023-09-27 14:24:28 时间
sudo find ./Public/ -name *.txt | sudo  xargs rm -rf