[EMAIL PROTECTED] wrote:
> On Feb 13, 10:50 pm, Lalit <[EMAIL PROTECTED]> wrote:
> 
>> I need to write a program which would transfer files under one folder
>> structure (there are sub folders) to single folder.
> 
> <troll>
> 
> find /fromdir -exec mv {} /todir \; -print
> 
> </troll>

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

Reply via email to