用find的-newer参数
例如要删除当前目录下2014年3月份的文件
创建两个文件:
touch -t 201402282359 file1
touch -t 201404010000 file2
find . -newer file1 ! -newer file2 | xargs ls -al
用find的-newer参数
例如要删除当前目录下2014年3月份的文件
创建两个文件:
touch -t 201402282359 file1
touch -t 201404010000 file2
find . -newer file1 ! -newer file2 | xargs ls -al
上一篇:ubuntu14.04安装vim
下一篇:centos中如何查看机器型号
深度1
离开一段时间!!丫头会想念大家的!!!
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M