Update man page

This commit is contained in:
Martin Lund 2024-04-29 16:22:01 +02:00
parent 5e3722a10e
commit a698799a7d

View file

@ -691,6 +691,11 @@ expect -i $uart "prompt> "
.fi .fi
.RE .RE
.TP
It is also possible to use the expect/send script functionality to e.g. automate logins:
$ tio --script 'expect("login: "); send("root\\n"); expect("Password: "); send("root\\n")' /dev/ttyUSB0
.TP .TP
Redirect device I/O to network file socket for remote TTY sharing: Redirect device I/O to network file socket for remote TTY sharing: