How to use regex in file find

I was trying to find all files dated and all files 3 days or more ago.

find /home/test -name 'test.log.\d{4}-d{2}-d{2}.zip' -mtime 3

It is not listing anything. What is wrong with it?

61
задан Drew Noakes 31 January 2014 в 13:11
поделиться