I need to extract only a couple of files from a big bag, but I cannot use a simple =* or $* expression to select all the relevant files. From a quick check it looks pretty straight forward to add also a regex match, e.g. with operator =~ or similar, I think I could also provide a PR for this. would you be interested in this, or is there a reason for not including this?
I need to extract only a couple of files from a big bag, but I cannot use a simple
=*or$*expression to select all the relevant files. From a quick check it looks pretty straight forward to add also a regex match, e.g. with operator =~ or similar, I think I could also provide a PR for this. would you be interested in this, or is there a reason for not including this?