Paulo da Silva writes:
> Hi!
>
> Is there a way to copy a file the same as Unix command:
>
> cp -a --reflink src dest
>
> without invoking a shell command?
I vaguely remember this was asked and answered some time ago and the
answer was no, even just for -a. In fact, the python shutil module
doc
On Wed, Dec 18, 2013 at 1:37 PM, Paulo da Silva
wrote:
> Hi!
>
> Is there a way to copy a file the same as Unix command:
>
> cp -a --reflink src dest
>
> without invoking a shell command?
I started to dig through the cp man page to see what that did, then
gave up when each option expanded out to
On Wed, Dec 18, 2013 at 1:37 PM, Paulo da Silva <
[email protected]> wrote:
> Hi!
>
> Is there a way to copy a file the same as Unix command:
>
> cp -a --reflink src dest
>
> without invoking a shell command?
>
> Thanks
> --
> https://mail.python.org/mailman/listinfo/python-list
>
You
On Tue, 2009-07-14 at 12:27 +0530, [email protected] wrote:
> Dear all,
>
> Can anyone tell me that suppose i want to copy few lines from one text
> file to another then how can i do that.Looking forward for soon reply.
>
very simple. open one file and open the source file.
seek till to