资 源 简 介
Summary
The script lists the last modification time of the specified files, adding the possibility to filter the output of files between a number of days since last modification.
Usage
```
$ last-mod.py --help
LastModified 2008-12-27
Usage:
python last-mod.py [path] [-ge integer] [-le integer] [-v|--verbose] ([-s|--sort] | [-r|--reverse]) [--debug] | --help
Options:
-ge Last modification greater or equal than "integer" days.
-le Last modification lower or equal than "integer" days.
-s, --sort Sort listing by newer to older.
-r, --reverse Sort listing by older to newer.
-v, --verbose Verbose. Show modificacion times.
--debug Print debug information.
--help This help.
```
Example
$ last-mod.py /etc --verbose --sort -ge 10 -le 50filename: last modification: elapsed:/etc/profile.env