Hi!
I want to exclude files that start with # and end with .7z
I tried doing this #*.7z but it doesn't work.
Help would be appreciated!
How to exclude files that start with a certain string and end with a certain string?
- Posts: 3
- Joined: 19 Aug 2019
- Posts: 4203
- Joined: 11 Jun 2019
Try "*\#*.7z"