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
15 hours ago
tcl by mookie
3 days ago
tcl by cgm
3 days ago
tcl by cgm
3 days ago
tcl by mookie
4 days ago
tcl by mookie
6 days ago
tcl by mookie
6 days ago
tcl by mookie
7 days ago
tcl by oldlaptop
11 days ago
tcl by mookie
51 days ago
Submit
New paste
Documentation
From Jabber