Florian Lindner wrote:
> is there a function to escape spaces and other characters in string for
> using them as a argument to unix command? In this case rsync
> (http://samba.anu.edu.au/rsync/FAQ.html#10)
It's best that you use the subprocess module and completely skip
dealing with shell escapes.
On Fri, 13 May 2005 00:49:21 +0200, Florian Lindner <[EMAIL PROTECTED]> wrote:
>Hello,
>is there a function to escape spaces and other characters in string for
>using them as a argument to unix command? In this case rsync
>(http://samba.anu.edu.au/rsync/FAQ.html#10)
>
>Thx,
>
>Florian
Yes, but y