home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / tcl / 1816 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.3 KB  |  35 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!destroyer!ncar!uchinews!quads!pynq
  3. From: pynq@quads.uchicago.edu (George Jetson)
  4. Subject: Expect can read its script from stdin, but then interact doesn't work
  5. Message-ID: <1992Nov12.202657.15587@midway.uchicago.edu>
  6. Summary: (Subject says it all)
  7. Sender: news@uchinews.uchicago.edu (News System)
  8. Reply-To: pynq@midway.uchicago.edu
  9. Organization: D. J. Dougherty & Associates
  10. Date: Thu, 12 Nov 1992 20:26:57 GMT
  11. Lines: 22
  12.  
  13. I'm just curious if this is something that will be fixed or if it is a
  14. builtin deficiency.  I spent a fair amount of time tearing my hair over
  15. this one - I couldn't understand why my script was mysteriously
  16. terminating itself at the interact statement.
  17.  
  18. My shell script was something like:
  19.  
  20.     nawk '...' | expect -
  21.  
  22. where nawk builds up the script and pipes it to expect.
  23.  
  24. I would have expected stdin/stdout to be forced to something like
  25. /dev/tty before the interact is executed.  Is there some way I can cause
  26. this to happen?
  27.  
  28. ************************************************************************
  29. I've been told to back off on the diode jokes, but I still don't
  30. like smileys ;-)
  31.  
  32.     - pynq@quads.uchicago.edu, who is still costing the net
  33.       hundreds, if not thousands, of dollars, every time he posts -
  34. ************************************************************************
  35.