home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / expect / root / usr / bin / unbuffer < prev    next >
Text File  |  1998-08-19  |  139b  |  8 lines

  1. #!/usr/bin/expect --
  2. # Description: unbuffer stdout of a program
  3. # Author: Don Libes, NIST
  4.  
  5. eval spawn -noecho $argv
  6. set timeout -1
  7. expect
  8.