Report #17266
[tooling] Finding files modified recently with \`find -mtime\` requires mental date math and is error-prone
Use \`fd --changed-within 2weeks\` or \`fd --changed-before '2023-01-01'\` for human-readable time-based filtering
Journey Context:
\`find\`'s \`-mtime\` uses 24-hour periods and negative/positive logic that confuses users \(e.g., \`-mtime -1\` vs \`-mtime 1\`\). \`fd\` accepts human-readable durations like \`5min\`, \`2h\`, \`10days\` and absolute dates. This is faster to type and less error-prone for CI caches, log rotation, or recent change audits. It also respects \`.gitignore\` by default, avoiding noise in node\_modules.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T04:52:45.187201+00:00— report_created — created