From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 13 Mar 2005 02:01:17 +0300 From: "Dmitry V. Levin" To: ALT Devel discussion list Subject: Re: [devel] JT: =?koi8-r?B?zsXT18/F19LF?= =?koi8-r?B?zcXOzs/FINLB2s3Z28zFzsnFIM8gy8HexdPU18Ug09bB1MnR?= Message-ID: <20050312230117.GE20982@basalt.office.altlinux.org> Mail-Followup-To: ALT Devel discussion list References: <20050312221918.GD5825@solemn.turbinal.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PGNNI9BzQDUtgA2J" Content-Disposition: inline In-Reply-To: <20050312221918.GD5825@solemn.turbinal.org> X-fingerprint: 9658 398D 181B 1200 8FC5 26B8 F6F8 846B C1E2 3429 X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2005 23:01:17 -0000 Archived-At: List-Archive: List-Post: --PGNNI9BzQDUtgA2J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 13, 2005 at 01:19:18AM +0300, Alexey Tourbin wrote: > $ for l in `seq 1 9`; do echo -n $l:; bzip2 -$l < /usr/lib/perl5/vendor_p= erl/i386-linux/auto/Gtk2/Gtk2.so | wc -c; done > 1:722606 > 2:710937 > 3:710646 > 4:716613 > 5:721837 > 6:725297 > 7:725107 > 8:729182 > 9:732951 $ wc -c /lib/libc-2.3.3.so 1094832 /lib/libc-2.3.3.so $ for l in `seq 1 9`; do echo -n $l:; bzip2 -$l < /lib/libc-2.3.3.so |wc -c= ; done 1:488605 2:483059 3:481037 4:479313 5:470586 6:476336 7:475450 8:473465 9:471379 $ wc -c /usr/bin/gdb 2244876 /usr/bin/gdb $ for l in `seq 1 9`; do echo -n $l:; bzip2 -$l < /usr/bin/gdb |wc -c; done 1:971829 2:952524 3:946201 4:944364 5:942441 6:936298 7:935936 8:935633 9:931271 --=20 ldv --PGNNI9BzQDUtgA2J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCM3S99viEa8HiNCkRAiWOAJsHn1lWGFz4LwwkV767kPNUIreaBQCfVdqa d6H1ctjfzo+jLU4PTuYa+6Y= =VFk0 -----END PGP SIGNATURE----- --PGNNI9BzQDUtgA2J--