Subject: Re: Filesystem using tags, not folders?
To: <>
From: Chapman Flack <nblists@anastigmatix.net>
List: current-users
Date: 06/12/2006 11:42:52
Ben Collver wrote:
> To get multiple tags, you could do something like:
> 
> find ~ -type f -printx | xargs grep -li -e bookmarks -e favorite

Which of course is an O(total size of all files below ~) operation,
which is probably what the alternative file systems mentioned are
interested in avoiding.

-Chap