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 oldlaptop
3 hours ago
tcl by oldlaptop
4 hours ago
tcl by oldlaptop
4 hours ago
tcl by oldlaptop
5 hours ago
tcl by apn
15 days ago
tcl by arjen
29 days ago
tcl by cgm
38 days ago
tcl by cgm
38 days ago
tcl by alan
46 days ago
tcl by mookie
67 days ago
Submit
New paste
Documentation
From Jabber