Date: Mon, 23 Feb 2004 22:33:43 -0600 From: Vulpes Velox <kitbsdlists@HotPOP.com> To: Saint Aardvark the Carpeted <aardvark@saintaardvarkthecarpeted.com> Cc: freebsd-questions@freebsd.org Subject: Re: file selector and shell scripts Message-ID: <20040223223343.6961b873@vixen42.> In-Reply-To: <20040225043138.GB23994@hardesty.saintaardvarkthecarpeted.com> References: <20040224161836.6a000415@vixen42.> <20040225043138.GB23994@hardesty.saintaardvarkthecarpeted.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 24 Feb 2004 20:31:38 -0800 Saint Aardvark the Carpeted <aardvark@saintaardvarkthecarpeted.com> wrote: > Vulpes Velox disturbed my sleep to write: > > I am currently working on putting together a shell script to allow > > me to save files with certian extensions under firefox and then > > run a few commands on them... the problem I am running into is > > there I can't seem to find any thing to take care of the file > > selector part... > > I think find(1) might be what you're after. It has a zillion > options, but a good example would be: > > find /usr/local/lib -name \*.so -exec rm {} \; > > which finds all the .so files in /usr/local/lib and removes them. Nah, not needing to find files, but need a way to select a dir I want it to save them to, sorta like requestfile or whatever it was on the Amiga. Something I can just drop in and it will brind up a dialog for selecting a dir. Not found much throught google or anything... probally just going to write a little py script to take care of it. Thanks any ways. > Note: Do NOT remove all your .so files. :-) si ;-) > Hugh > > -- > Saint Aardvark the Carpeted > aardvark@saintaardvarkthecarpeted.com > Because the plural of Anecdote is Myth.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040223223343.6961b873>