Neil Bothwick wrote: > On Sun, 18 Jun 2006 16:00:18 +0200, Benno Schulenberg wrote: > > It should have an option to directly list > > these numbers in full -- at least the Synopsis to Unaffected > > part. (Anyone good enough at sed or awk to produce such an > > extract from a glsa-check -d output?) Numbers alone say > > nothing. > > glsa-check -t all | xargs -r glsa-check -d
Yes, but now only the Synopsis to Unaffected part. Demanding, aren't we? :) I've aliased this: `glsa-check -t all | while read number; do echo =====; echo; glsa-check -d $number | grep -B88 Unaffected | grep --color=always -A88 Synopsis; echo; done'. Benno -- gentoo-user@gentoo.org mailing list