Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 196 Bytes

expect.md

File metadata and controls

6 lines (6 loc) · 196 Bytes

Expect

\r      CR; send to process to simulate user CR
\n      newline; use when creating output to real user or file
\r\n    program which thinks it's writing to terminal will send these