Command Line Progress Bar is a simple command line tool to display information about a data transfer stream. It will display the number of bytes transfered, the speed of the transfer, and if the size of the data stream is known it will display the ETA, percent complete, and a progress bar.
| Tags | Utilities |
|---|---|
| Licenses | GPL |
| Operating Systems | Unix |
| Implementation | C |
Recent releases


Changes: A minor bug was fixed to correct a piece of non ANSI-C code in args.c.


Changes: The -c/--continue option allows the user to specify that this is a continuation of a previous transfer, and allows the user to specify how many bytes of the total size have already been transfered. The bar can now operate similarly to the cp command, in that if no -if/--in-file or -of/--out-file command line options are found, then the first unrecognized command line option is taken to be the input file, and the second is taken to be an output file or destination directory.


Changes: The bar should not exit from an EAGAIN error.


Changes: A major bugfix to command line parsing.


Changes: The configure script tests have been modified to increase portability and better determine aligned memory availability. A minor bugfix should remove the "invalid free on exit" error message.