Hi,
I am trying to write an expect script to automate an interactive terminal logon. However, some of the commands I want to use on the terminal include the ESC key, eg. ESC-x, ESC-e. How can I put these ESC commands into my script, using either substitute characters or a replacement for the ESC key ?
I am trying to write an expect script to automate an interactive terminal logon. However, some of the commands I want to use on the terminal include the ESC key, eg. ESC-x, ESC-e. How can I put these ESC commands into my script, using either substitute characters or a replacement for the ESC key ?