Current Path :
/
usr
/
bin
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//usr/bin/timed-read
#!/bin/sh # \ exec expect -f "$0" ${1+"$@"} # read a complete line from stdin # aborting after the number of seconds (given as an argument) # - Don Libes set timeout $argv expect -re \n {send_user $expect_out(buffer)}