From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Revell Subject: Re: silent semantic changes with reiser4 Date: Wed, 01 Sep 2004 18:51:12 -0400 Message-ID: <1094079071.1343.25.camel@krustophenia.net> References: <200408311931.i7VJV8kt028102@laptop11.inf.utfsm.cl> <41352279.7020307@slaphack.com> <20040901045922.GA512@elf.ucw.cz> <20040901161456.GA31934@mail.shareable.org> <20040901201824.GB11838@atrey.karlin.mff.cuni.cz> <20040901215939.GK31934@mail.shareable.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Pavel Machek , David Masover , Horst von Brand , Chris Wedgwood , viro@parcelfarce.linux.theplanet.co.uk, Linus Torvalds , Christoph Hellwig , Hans Reiser , linux-fsdevel@vger.kernel.org, linux-kernel , Alexander Lyamin aka FLX , ReiserFS List Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com To: Jamie Lokier In-Reply-To: <20040901215939.GK31934@mail.shareable.org> List-Id: linux-fsdevel.vger.kernel.org On Wed, 2004-09-01 at 17:59, Jamie Lokier wrote: > Pavel Machek wrote: > > > Can I do these already using uservfs? > > > > > > cd > > > less foo.zip/contents/bar.c > > > > less foo.zip#uzip/contents/bar.c > > > > > less /usr/portage/distfiles/perl-5.8.5.tar.gz/contents/toke.c > > > > less /usr/portage/distfiles/perl-5.8.5.tar.gz#utar/contents/toke.c > > > > > grep -R obscure_label ~/RPMS > > > > I do not think you'd want this. How would you tell grep obscure label > > without entering archives, then? > > Granted, this is where we need "grep --recurse-into-files" or, more > generally useful, a find option. > FWIW, this is how Windows does it now. As of XP, 'Find files' has an option, enabled by default, to look inside archives. If you tell it to look for a driver in a given directory it will also look inside .cab and .zip files. It's extremely useful, I would imagine someone who uses XP a lot will come to expect this feature. Of course, no idea how it's implemented, but users like it. Lee