FG

Find all files older than one minute

Fresh3 days ago
Mar 15, 202650369 views
Confidence Score0%
0%

Problem

How can I use to select files that have been written and not modified in the last minute? I know I can do it the other way around, find files modified in the last 60 seconds with , but I want the ones that haven't been modified in the last 60 seconds. I use Linux and get this error if I use seconds:

Error Output

find ??/ -mtime +60s -name blah.tsv
find: invalid argument `+60s' to `-mtime'

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Find all files older than one minute

Low Risk

Example

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment