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 schelte
9 days ago
tcl by emiliano
16 days ago
tcl by fvogel
16 days ago
tcl by emiliano
16 days ago
tcl by rmax
33 days ago
tcl by oldlaptop
33 days ago
tcl by schelte
34 days ago
tcl by Bradipo
46 days ago
tcl by kbk
56 days ago
tcl by oldlaptop
59 days ago
Submit
New paste
Documentation
From Jabber