• Home
  • Raw
  • Download

Lines Matching full:shell

3 The normal os.popen(cmd, mode) call spawns a shell command and provides a
41 """The parameter 'cmd' is the shell command to execute in a
43 will be passed directly to the program without shell intervention (as
44 with os.spawnv()). If 'cmd' is a string it will be passed to the shell
142 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
144 program without shell intervention (as with os.spawnv()). If 'cmd' is a
145 string it will be passed to the shell (as with os.system()). If
152 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
154 program without shell intervention (as with os.spawnv()). If 'cmd' is a
155 string it will be passed to the shell (as with os.system()). If
162 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
164 program without shell intervention (as with os.spawnv()). If 'cmd' is a
165 string it will be passed to the shell (as with os.system()). If
172 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
174 program without shell intervention (as with os.spawnv()). If 'cmd' is a
175 string it will be passed to the shell (as with os.system()). If
182 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
184 program without shell intervention (as with os.spawnv()). If 'cmd' is a
185 string it will be passed to the shell (as with os.system()). If
192 """Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
194 program without shell intervention (as with os.spawnv()). If 'cmd' is a
195 string it will be passed to the shell (as with os.system()). If