in reply to Re: "percent task completed progress bar" in cli interface, how?
in thread "percent task completed progress bar" in cli interface, how?
sprintf "|%-${width}s| Got %${num_width}s bytes of %s (%.2f%)\r",
should really read
sprintf "|%-${width}s| Got %${num_width}s bytes of %s (%.2f%%)\r",
Cheers, Matt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: "percent task completed progress bar" in cli interface, how?
by zentara (Cardinal) on Jul 17, 2006 at 14:17 UTC | |
by Booger (Pilgrim) on Jul 21, 2006 at 00:57 UTC | |
by zentara (Cardinal) on Jul 21, 2006 at 12:33 UTC |