On Aug 30, 7:00 pm, Steve Holden <[EMAIL PROTECTED]> wrote:

> You can also generate the files that are in one directory but ot the
> other with
>
> (afiles | bfiles) - (afiles & bfiles)

Or just (afiles ^ bfiles).

    Nicko

--
(lambda f: lambda *a:f(f,*a))(
    lambda f,l,i:l[i][1]+f(f,l,l[i][0]) if l[i][0]>0 else "")(
    sorted(enumerate('[EMAIL PROTECTED]'),key=lambda a:a[1]),0)[1:]

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to