DE-IBH / apt-dater

terminal-based remote package update manager

Home Page:http://www.ibh.de/apt-dater/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filtering package version

rc-ck opened this issue · comments

commented

Using filters I am able to find all hosts that have certaing packages installed (for example: git)

return [llength [array names installed "git"]]

How do I create filter that returns all hosts with git older than, for example, v2.0? Or where I can find some manuals that could help me with that? https://github.com/DE-IBH/apt-dater/blob/master/README.tclfilter does not help.