mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:02:18 +02:00
find: fix -mtime example (#1625)
This commit is contained in:
parent
4b9550be70
commit
abaabe35ca
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
- 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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue