mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 14:15:48 +02:00
find: add -daystart option (#6499)
This commit is contained in:
parent
222f3e6130
commit
0e0dc204b2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
- Find files modified in the last 7 days and delete them:
|
||||
|
||||
`find {{root_path}} -mtime -{{7}} -delete`
|
||||
`find {{root_path}} -daystart -mtime -{{7}} -delete`
|
||||
|
||||
- Find empty (0 byte) files and delete them:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue