您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. find_newest_files.py

  2. 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 TI
  3. 所属分类:OS

    • 发布日期:2020-12-05
    • 文件大小:2048
    • 提供者:WateranFire