I need to develope a regular expression for testing if a prompt was found (did spawn(/bin/sh) succeed) I am currently using the Expect module to do this and was wondering if anyone had any thoughts on what sort of reg ex would suffice for this as my current one
does not do the job. Might I enlist your aid in this?