From 0e0dc204b25c28b99e2d2c41f92534384fa9e674 Mon Sep 17 00:00:00 2001 From: dwdh <35333274+dwdh@users.noreply.github.com> Date: Sat, 11 Sep 2021 03:46:33 +0800 Subject: [PATCH] find: add -daystart option (#6499) --- pages/common/find.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/find.md b/pages/common/find.md index a358096c57..389e42b069 100644 --- a/pages/common/find.md +++ b/pages/common/find.md @@ -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: