Difference between revisions of "Mtime"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 4: | Line 4: | ||
+ | |||
+ | == Related terms == | ||
+ | * <code>-exec</code> | ||
== See also == | == See also == |
Revision as of 13:49, 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 -- '{}' \;
Related terms
-exec
See also
Advertising: