Gentoo Archives: gentoo-user

From: Benno Schulenberg <benno.schulenberg@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Using --deep [Was: Slow redraw of windows following -uD --world]
Date: Sun, 18 Jun 2006 19:45:09
Message-Id: 200606182137.55159.benno.schulenberg@gmail.com
In Reply to: Re: [gentoo-user] Using --deep [Was: Slow redraw of windows following -uD --world] by Neil Bothwick
1 Neil Bothwick wrote:
2 > On Sun, 18 Jun 2006 16:00:18 +0200, Benno Schulenberg wrote:
3 > > It should have an option to directly list
4 > > these numbers in full -- at least the Synopsis to Unaffected
5 > > part. (Anyone good enough at sed or awk to produce such an
6 > > extract from a glsa-check -d output?) Numbers alone say
7 > > nothing.
8 >
9 > glsa-check -t all | xargs -r glsa-check -d
10
11 Yes, but now only the Synopsis to Unaffected part. Demanding,
12 aren't we? :)
13
14 I've aliased this: `glsa-check -t all | while read number; do
15 echo =====; echo; glsa-check -d $number | grep -B88 Unaffected |
16 grep --color=always -A88 Synopsis; echo; done'.
17
18 Benno
19 --
20 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Using --deep [Was: Slow redraw of windows following -uD --world] Neil Bothwick <neil@××××××××××.uk>