From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7b2aa0a1fe99971d48dbdf0ffb59dabf@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] webls.c - synthesize directories on the fly. From: Eric Grosse MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 22 Oct 2003 08:35:26 -0400 Topicbox-Message-UUID: 773f97be-eacc-11e9-9e20-41e7f4b1d025 > A few years ago I wrote a filterfs to exclude files matching a > regular expression. We use it on our web site when publishing > part of the dump file system since, as people have noted in > the past, there can be times when you need to effectively > delete things from Venti. > It's not polished so we never put it on sources, but I'm > willing to do so if there is sufficient interest. By popular demand, filterfs is now on sources. Pick up the new /sys/src/cmd/exportfs and read the man page for the -p option. We're not entirely happy with the syntax nor with the lack of assistance in writing patterns, but it's been useful as is. File access permissions will be added later as an optional third field on the patternfile lines. Eric Dave