Help with find files

Hi,

Please can someone explain ho I can search a folder and show all the files that have (1) in the filename.

I have tried searching for (1).* but it does not work right.

Thanks.

John

P.S. Using Opus version 10.0.5

( and ) are wildcard characters and need to be escaped using ' like this:

'(1').*

For more info, see Pattern Matching Syntax.

Thanks Leo

Ran out of space on my WHS and then found that over 8TB had been wasted in duplicate files. Some were called movie.iso and then there was a copy in same folder called movie(1).iso

Rather than look in every folder I just wanted to do a quick search.

Thanks again for the very quick reply.

John