AIXSolarisAdmin
MIS
I have tried every possible combination and ways to detect a "$" as a prompt and it won't detect it.
Nothing works. Any other combinations?
Code:
expect -re "(\\\$) $"
expect -re "{[$]} $"
expect -re "\\\$"
expect -re "\\$ $"
expect -re "\\\$ $"
expect -re "(\\$)"
Nothing works. Any other combinations?