From 20a77e7e8418dc3d52cd1855bd73d2a74b0dd2dd Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 26 Dec 2022 13:07:17 -0600 Subject: [PATCH] remove bad command with argument -ctime -48h --- find | 1 - 1 file changed, 1 deletion(-) diff --git a/find b/find index a02b1aa..28ef14d 100644 --- a/find +++ b/find @@ -61,7 +61,6 @@ find . -type f -samefile MY_FILE_HERE 2>/dev/null find . -type f -exec chmod 644 {} \; # To find all files changed in last 2 days: -find . -type f -ctime -48h find . -type f -ctime -2 # Or created in last 2 days: find . -type f -Btime -2