find . -regextype posix-egrep -regex '.*20200123.*\.cfg' -exec echo {} \;
↧
Files in einem Folder mit Regex Pattern suchen
↧
find . -regextype posix-egrep -regex '.*20200123.*\.cfg' -exec echo {} \;