于 2012-9-29 19:53, Kushal Kumaran 写道:
On Sat, Sep 29, 2012 at 6:18 AM, 叶佑群 wrote:
于 2012-9-28 16:16, Kushal Kumaran 写道:
On Fri, Sep 28, 2012 at 1:15 PM, 叶佑群 wrote:
Hi, all,
I have the shell command like this:
sfdisk -uM /dev/sdb<< EOT
,1000,83
,,83
EOT
I have tried subpro
On Sat, Sep 29, 2012 at 6:18 AM, 叶佑群 wrote:
> 于 2012-9-28 16:16, Kushal Kumaran 写道:
>>
>> On Fri, Sep 28, 2012 at 1:15 PM, 叶佑群 wrote:
>>
>>> Hi, all,
>>>
>>> I have the shell command like this:
>>>
>>> sfdisk -uM /dev/sdb<< EOT
>>> ,1000,83
>>> ,,83
>>> EOT
>>>
>>>
>>> I have tried sub
于 2012-9-28 16:16, Kushal Kumaran 写道:
On Fri, Sep 28, 2012 at 1:15 PM, 叶佑群 wrote:
Hi, all,
I have the shell command like this:
sfdisk -uM /dev/sdb<< EOT
,1000,83
,,83
EOT
I have tried subprocess.Popen, pexpect.spawn and os.popen, but none of
these works, but when I type this shel
于 2012-9-28 16:16, Kushal Kumaran 写道:
On Fri, Sep 28, 2012 at 1:15 PM, 叶佑群 wrote:
Hi, all,
I have the shell command like this:
sfdisk -uM /dev/sdb<< EOT
,1000,83
,,83
EOT
I have tried subprocess.Popen, pexpect.spawn and os.popen, but none of
these works, but when I type this shel
On Fri, Sep 28, 2012 at 1:15 PM, 叶佑群 wrote:
> Hi, all,
>
> I have the shell command like this:
>
> sfdisk -uM /dev/sdb << EOT
> ,1000,83
> ,,83
> EOT
>
>
> I have tried subprocess.Popen, pexpect.spawn and os.popen, but none of
> these works, but when I type this shell command in shell, it
Hi, all,
I have the shell command like this:
sfdisk -uM /dev/sdb << EOT
,1000,83
,,83
EOT
I have tried subprocess.Popen, pexpect.spawn and os.popen, but none
of these works, but when I type this shell command in shell, it is works
fine. I wonder how to emulate this type o