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