the read from standard in bug
    Sadhunathan Nadesan 
    sadhu at castandcrew.com
       
    Sun Mar 16 12:07:01 EST 2003
    
    
  
| 
| Today's Topics:
| 
|    1. the read from standard in bug (Sadhunathan Nadesan)
Ok, thanks Ken.  I'll try read until eof and see if that works.  In other
words,
...............................
put empty into buffer
  repeat until eof
    read from stdin until empty
    put it after buffer
  end repeat
...............................
Nope it doesn't work.  I guess pipes don't support 'until eof'.
Any other ideas?
Sadhu
    
    
More information about the metacard
mailing list