Lines Matching refs:command
268 command = "{}{}".format(head, cmd)
270 print(command)
272 subprocess.Popen(command,
279 command = "{}{}".format(head, cmd)
281 print(command)
285 res = subprocess.Popen(command,
295 for command in cmds:
296 run_command(command, head, need_del)
312 for command in commands:
313 if command_judge(command):
314 run_command_stdout(command, head, False)
316 run_command(command, head, False)