Hi, * Derrick 'dman' Hudson <[EMAIL PROTECTED]> [030805 11:33]: > On Mon, Aug 04, 2003 at 06:10:19PM -0500, Matt Peter wrote: > | hello, > | > | Is there a debian-way of viewing the changelog for an app? I can > | usually find them .gz'd up on my system, but it's a hassle, is there > | any simple way to view a changelog? > > Is > $ vim /usr/share/doc/<foo>/changelog.Debian.gz > really such a hassle? > > Or, if you prefer > $ zcat /usr/share/doc/<foo>/changelog.Debian.gz | $PAGER
Or even $ zless /usr/share/doc/<foo>/changelog.Debian.gz how about making a one line script: #!/bin/sh zless /usr/share/doc/$1/changelog.Debian.gz Cheers, Nick. -- Debian testing/unstable Linux twofish 2.6.0-test1-looxt93c7 #1 Thu Jul 31 17:37:06 JST 2003 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

