Home | History | Annotate | Download | only in pexpect

Lines Matching full:shell_cmd

314             shell_cmd = 'ls -l | grep LOG > logs.txt'
315 child = pexpect.spawn('/bin/bash', ['-c', shell_cmd])