Working expect scroll
Posted to
tcl
by schelte at Wed Dec 15 23:02:47 GMT 2010
view raw
#!/usr/bin/tclsh
package
require Expect
spawn more /etc/inputrc
expect {
-- {--More--} {
send " "
exp_continue
}
{>}
}
Recent Posts
tcl by mookie
3 days ago
tcl by oldlaptop
8 days ago
tcl by rhobart
20 days ago
tcl by rhobart
20 days ago
tcl by rhobart
21 days ago
tcl by Bradipo
21 days ago
tcl by rhobart
21 days ago
tcl by sssc
25 days ago
tcl by mookie
41 days ago
tcl by JMN
49 days ago
Submit
New paste
Documentation
From Jabber