![]() |
2011-06-10
, 09:24
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#142
|
![]() |
2011-06-10
, 09:30
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#143
|
![]() |
2011-06-10
, 09:31
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#144
|
![]() |
2011-06-10
, 09:32
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#145
|
![]() |
2011-06-10
, 09:57
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#146
|
fin,fout = os.popen("ls -al") ListCmd = "ps -ef" fin,fout = os.popen4(ListCmd) etc
import os fin,fout = os.popen4("ls -al") print fout.read()
![]() |
2011-06-10
, 10:15
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#147
|
![]() |
2011-06-10
, 17:40
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#148
|
![]() |
2011-06-10
, 18:17
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#149
|
![]() |
2011-06-10
, 18:24
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#150
|
Try: