Home > OS >  How to find plus a time period when screening items?
How to find plus a time period when screening items?

Time:09-16

Consult everybody, I want to proddata folder to find out the time suffix called PGM file, and then to find file compression
The find/proddata/-name '*. PGM' | while read f; Do gzip "$f"; The done
Can you tell me the time period the add? For example, I want to find how to add between 2020-3-1 to 2020-3-1?
And I again found in help - mtine, mtime - 5 said distance 5 days now

CodePudding user response:

- mtime:

- 5 last modified date in five days since the
+ 5 last modified date so far in 5 days or more

- mmin: with mtime to minutes
  • Related