From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 08:57:43 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E127DEF for ; Wed, 17 Sep 2014 08:57:43 +0000 (UTC) Received: from st11p00mm-asmtp003.mac.com (st11p00mm-asmtp003.mac.com [17.172.81.2]) (using TLSv1 with cipher DES-CBC3-SHA (112/168 bits)) (Client CN "smtp.me.com", Issuer "VeriSign Class 3 Extended Validation SSL SGC CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1FF0AEDB for ; Wed, 17 Sep 2014 08:57:43 +0000 (UTC) Received: from [192.168.1.10] (66-216-230-25.dhcp.stcd.mn.charter.com [66.216.230.25]) by st11p00mm-asmtp003.mac.com (Oracle Communications Messaging Server 7u4-27.10(7.0.4.27.9) 64bit (built Jun 6 2014)) with ESMTPSA id <0NC100LLGFK44540@st11p00mm-asmtp003.mac.com> for freebsd-questions@freebsd.org; Wed, 17 Sep 2014 08:57:41 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.28,0.0.0000 definitions=2014-09-17_03:2014-09-16,2014-09-17,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=1 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1409170079 Message-id: <54194D2F.5090805@icloud.com> Date: Wed, 17 Sep 2014 03:58:23 -0500 From: Brandon Schneider User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: How to have jails checked for out of date applications. References: <5418BD41.4020602@icloud.com> <5418D7DB.1000105@my.hennepintech.edu> <5418DFDC.6070507@icloud.com> <4177392.K19bvXC3F9@curlew.lan> In-reply-to: <4177392.K19bvXC3F9@curlew.lan> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 08:57:43 -0000 That is fantastic! Thank you Mike, I will do that. It just seems like every day I learn another amazing thing pkg can do. It is a great utility. On 9/17/2014 3:10 AM, Mike Clarke wrote: > 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. >