find: fix -mtime example (#1625)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
4b9550be70
commit
abaabe35ca
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
- Delete files by name, older than a certain number of days:
|
- Delete files by name, older than a certain number of days:
|
||||||
|
|
||||||
`find {{root_path}} -name '{{*.ext}}' -mtime {{-180}} -delete`
|
`find {{root_path}} -name '{{*.ext}}' -mtime {{+180}} -delete`
|
||||||
|
|
||||||
- Find files matching more than one search criteria:
|
- Find files matching more than one search criteria:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user