Is there any way to calculate the size of unnamed pipe in ruby?
-Hyukjoon KIm
Do you mean the amount of data ready to read?
Do you mean the total amount of data? (If you mean this,
well, you’ll have to just read it all in, because the nature of a
pipe is that data comes in as a stream.)
Do you mean something else entirely?
- Ryan
···
On 2002.10.14, Hyukjoon Kim hyukjoon@e5-05-01.ee.ualberta.ca wrote:
Is there any way to calculate the size of unnamed pipe in ruby?