Search for files older than 5 days

forfiles

  • Select one or more files to execute a specified command on.
    More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/forfiles>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

forfiles /d {{+5}}

click the source code to copy