[sf-perl] poll: directory layout question

Dan Lyke danlyke at flutterby.com
Thu Apr 22 10:04:18 PDT 2010


On Thu, 22 Apr 2010 09:54:43 -0700
David Alban <extasia at extasia.org> wrote:
> do you prefer this layout:
> 
>      /usr/local/etc/tool/...
>      /usr/local/lib/tool/...

This one, for this simple reason:

   find /etc /usr/etc /usr/local/etc -type -f -print0 
   | xargs -0 grep 'knowitsheresomewhere'

Dan


More information about the SanFrancisco-pm mailing list