find_newest_files.py

时间:2023-12-26 04:51:16
【文件属性】:

文件名称:find_newest_files.py

文件大小:2KB

文件格式:PY

更新时间:2023-12-26 04:51:16

python 文件过滤

python编写的文件过滤工具,可以指定过滤出某个日期之后被更新的文件,按时间或大小倒序显示,此外还能指定最小显示的文件大小。 例如:python find_newest_files.py -d C:\ -s -t "2020-12-01 00:00:00" -u M --size_threshold 1M 可以找出C盘里2020.12.1之后创建的最小1M的所有文件,大小显示单位为M,按大小倒序排列。 usage: find_newest_files.py [-h] -d DIR [-t TIME_THRESHOLD] [--size_


网友评论