On Wed, Nov 13, 2002 at 08:59:18AM +0000, Andrew Suffield wrote: > Package: dpkg > Severity: wishlist > > It would be most helpful if dpkg --listfiles had a way to indicate the > type of relevant files, or better yet, if it just looked vaguely like > ls output (complete with mode and owner). Preferably including support > for --color. This should probably be a new option (dpkg --ls?).
dpkg -L libc6 | xargs ls -ld --color seems to do what you want, no dpkg changes necessary. Yay Unix! Cheers, aj -- Anthony Towns <[EMAIL PROTECTED]> <http://azure.humbug.org.au/~aj/> I don't speak for anyone save myself. GPG signed mail preferred. ``If you don't do it now, you'll be one year older when you do.''

