ZOSOpenTools / meta

Meta repository to tie together the various underlying z/OS Open Source tools (ZOT) repositories here
https://zosopentools.github.io/meta/
Apache License 2.0
37 stars 26 forks source link

zopen query regex match local #621

Open gngrossi opened 7 months ago

gngrossi commented 7 months ago

Can zopen query be used to regex match packages against locally installed tools?

DevonianTeuchter commented 7 months ago

Not currently - if I understand; you mean something like '''zopen query --installed .zip.''' to return zip, bzip2, gzip, unzip if they were all installed? As the number of packages increases, can see this being useful but just piping zopen list --installed --no-version through grep (for example) should work in the meantime...