Re: How to do regular BASH work in Python?

2008-10-09 Thread Frantisek Malina
Hey, I found it. Python rocks: http://www.python.org/doc/2.5.2/lib/os-file-dir.html If you have any further links that provide some lively code examples and recipes, please pass them on. Thank you Frank Malina http://vizualbod.com -- http://mail.python.org/mailman/listinfo/python-list

How to do regular BASH work in Python?

2008-10-09 Thread Frantisek Malina
What is the best way to do the regular bash commands in native python? - create directory - create file - make a symlink - copy a file to another directory - move a file - set permissions I need to write a program that creates real application/FTP accounts and make regular backups to external dis