Eos find/newfind usage example

Hi, I’m just wondering what exactly eos find/newfind’s --name option expects? I decided at first it’s similar to that of the standard unix find utility:

eos newfind /eos/baikalgvd/processed/2019/cluster1/exp/raw.root -f --name '*.monitorinfo.*root'

But it found absolutely everything instead, as if I typed -name ‘*’ for the standard unix find. On the other hand,

eos newfind /eos/baikalgvd/processed/2019/cluster1/exp/raw.root -f --name '.monitorinfo.'

(without asterics) fetched nothing, as it seemed to search for a exact match (for a file named “.monitorinfo.”).

So what’s the proper way to specify --name’s pattern?

Thanks.