Hello,
I want to see all files with cat or dog in the filename:
catblabla.txt
blacat.txt
blacatbla.txt
dogblabla.txt
bladog.txt
bladogbla.txt
What to do?
Hello,
I want to see all files with cat or dog in the filename:
catblabla.txt
blacat.txt
blacatbla.txt
dogblabla.txt
bladog.txt
bladogbla.txt
What to do?
Tools --> Find Panel
Name matching: (cat|dog)
Thanks! 