0

I one directory I have 100 files, but I only work with 10. is it possible to make custom view that matches many patterns?

for example I want to match files that start with super, but also those which start with extra

Braiam
  • 67,791
  • 32
  • 179
  • 269
UAdapter
  • 17,587

1 Answers1

0

pattern can be entered after space, so it would be

super extra

UAdapter
  • 17,587