file selector and shell scripts
Vulpes Velox
kitbsdlists at HotPOP.com
Tue Feb 24 22:35:10 PST 2004
On Tue, 24 Feb 2004 20:31:38 -0800
Saint Aardvark the Carpeted <aardvark at 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 at saintaardvarkthecarpeted.com
> Because the plural of Anecdote is Myth.
More information about the freebsd-questions
mailing list