[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: "goals" for slink: FHS



Manoj Srivastava <srivasta@datasync.com> wrote:
> 	What acrually reads stuff in /usr/{doc,info,man}, except for
>  humans?

Interesting question.  Here's a part of the answer:

find -type f /usr/bin |
    xargs egrep -l '/usr/(doc|info|man)' |
    xargs dpkg -S |
    cut -f1 -d: |
    sort -u

On one of my systems, this yields:

analog
auto-pgp
debhelper
debmake
dpkg-dev
elvis
emacs19
gnome-core
gs-aladdin
info
ispell
lintian
man-db
pgp-i
pgp-us
tcsh
tkinfo
tkman
util-linux
webmagick

-- 
Raul


--  
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: