Difference between revisions of "Mtime"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 8: | Line 8: | ||
* {{find}} | * {{find}} | ||
* {{files}} | * {{files}} | ||
+ | |||
+ | |||
+ | [[Category:Linux]] |
Revision as of 13:48, 8 September 2020
https://askubuntu.com/questions/589210/removing-files-older-than-7-days
find /path/to/ -type f -mtime +7 -name '*.gz' -execdir rm -- '{}' \;
See also
Advertising: