Do not prompt when deleting files based on a global wildcard

del

  • Delete one or more files.
    More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/del>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

del {{file_pattern}} /q

click the source code to copy