Subject: re: bin/33207: progress(1) w/ stdin: useless progress bar
To: matthew green <mrg@eterna.com.au>
From: Hubert Feyrer <hubert@feyrer.de>
List: netbsd-bugs
Date: 04/06/2006 23:16:16
On Fri, 7 Apr 2006, matthew green wrote:
> why not just stat() the file fd and see if it works?  if you get
> a valid size back print the progress bar, otherwise don't.

I think that makes more sense than looking at some process group IDs (that 
apparently don't work in very funky ways (in g4u).

Do you have any idea on how to implement this? I could test patches...


  - Hubert