查找某天的文件并压缩

# 打包指定天数内的图片(如打包过去3天内的文件)code tar -zcvf test_temp.tar.gz `find . -mtime -3 -type f`图片   # 打包指定某一天的的图片(如打包2018-11-06日的文件)test tar -zcvf test_temp.tar.gz `find . -newermt '2018-11-06 00:00' ! -newermt '
相关文章
相关标签/搜索