Linux下如果想要批量删除制定时间的文件,可以使用find命令:
find /home -maxdepth 1 -type f -newermt "Nov 22" -print
find命令查找/home 目录下的十一月22日创建的类型是文件的该层文件并打印输出。
-maxdepth 用于设置查找的最大层数,设置为1是不让递归查找。
-type 制定查找的类型。
-newermt 制定查找的时间。
如果我们使用-delete参数则会删除制定时间的文件:
find /home -maxdepth 1 -type f -newermt "Nov 22" -delete
还有其他一些参数,可以参见find命令的帮助信息。
阅读
阅读
阅读
阅读
阅读
阅读
阅读
阅读
阅读
阅读
WindowsSubsystem for Linux(WSL)2对Windows10版本1903和1909的支持 根据客户......
阅读微软已经向开发通道中的Windows Insiders宣布了Windows 10 Insider Prev......
阅读bull; Wine最近收到了对6.0版的更新。 bull; 此更新改进了使用Wine的......
阅读有趣的是,微软正在努力使Linux在Windows10下运行。我们都熟悉W......
阅读适用于 Linux 的 Windows 子系统既是一种启示,也是一场革命。现在......
阅读