I have tons of folders like this:
[xpto] yada yada yada (2010)
How can I search for all the folders/subfolders that contain exactly 2010, and also 201* or 20** ?
Thanks!
# stands for any single digit*20##* /d /matching=e (/d to only match folders; /matching=e to enable extended pattern matching, thanks jupe)*20##* AND prop:#contains.*.opus:0 AND prop:#contains.*.m4a:0 /dEThanks very much, I'll test now and let you know.
Just kidding. It sounded a bit like you needed the solution for school.
*20##* AND prop:#contains.*.opus:1 OR prop:#contains.*.m4a:1 /dE