How to have jails checked for out of date applications.

Mike Clarke jmc-freebsd2 at milibyte.co.uk
Wed Sep 17 08:13:41 UTC 2014


On Tuesday 16 Sep 2014 20:11:56 Brandon Schneider wrote:

> so how would 
> I have it match only 2014 entries, or even just have pkg only show 
> recent entries and skip the older ones entirely.

Let pkg updating sort out the dates for you instead of using grep.

For example this will show all entries newer than 1 August 2014:

     pkg updating -d 20140801

See man pkg-updating for full details of all the options.

-- 
Mike Clarke


More information about the freebsd-questions mailing list