-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

houghi wrote:
> On Mon, Apr 17, 2006 at 09:52:42AM +0200, Stephan Binner wrote:
>> Dunno what is your personal definition of "most important packages" but 
>> http://en.opensuse.org/Product_Highlights
...
> You must admit that that is an extremely small amount of programs,
> compared to what will really be available. A list with all would be nice.
> 
> If somebody could edit the following line:
> # zgrep -A 1 "Name        :" ARCHIVES.gz |awk '{print $4}'
> 
> Just edit it in such a way that the outcome is:
> SDL           1.2.9
> unzip         5.52
> zisofs-tools  1.0.6
> jack          0.100.0
> <snip>

zgrep -A 1 ".rpm: *Name*:" ARCHIVES.gz | awk '{print $4}' \
| while read name; do
        read version
        read blank
        printf "%-40.40s %s\n" "$name" "$version"
done

- --
  -o) Pascal Bleser     http://linux01.gwdg.de/~pbleser/
  /\\ <[EMAIL PROTECTED]>       <[EMAIL PROTECTED]>
 _\_v The more things change, the more they stay insane.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFEQ4IDr3NMWliFcXcRAr2OAJ9OpxYsh43Y6iQ4WtUzkJWg4L0VMQCeLQA4
4/+ctudN8ohoxXT6MJaeYY4=
=/p/j
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to