[Peter Hansen wrote]
> Andy B. wrote:
> > I've got a python utility that I want to change my shell's current
> > directory based on criteria it finds. I've scoured google and the
> > python cookbook and can't seem to figure out if this is even possible.
> > So far, all my attempts have changed th
Peter Hansen <[EMAIL PROTECTED]> writes:
> Andy B. wrote:
>> I've got a python utility that I want to change my shell's current
>> directory based on criteria it finds. I've scoured google and the
>> python cookbook and can't seem to figure out if this is even possible.
>> So far, all my attempts
Andy B. wrote:
> I've got a python utility that I want to change my shell's current
> directory based on criteria it finds. I've scoured google and the
> python cookbook and can't seem to figure out if this is even possible.
> So far, all my attempts have changed the current python session only.
Many thanks for the sanity check. Just wanted to check with the gurus
before heading down another path.
-A
On 12/18/05, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote:
> On Sun, 18 Dec 2005 15:53:11 -0800, "Andy B." <[EMAIL PROTECTED]>
> declaimed the following in comp.lang.python:
>
> > I've got
irIl 2005-12-18, Andy B. <[EMAIL PROTECTED]> ha scritto:
> I've got a python utility that I want to change my shell's current
> directory based on criteria it finds. I've scoured google and the
> python cookbook and can't seem to figure out if this is even possible.
> So far, all my attempts have