aboutsummaryrefslogtreecommitdiffstats
path: root/progress.c
Commit message (Collapse)AuthorAgeFilesLines
* Support strsuftoll(3) suffixes for '-l length'.lukem2004-04-031-3/+4
| | | Provide an example of copying raw disks using dd, with a progress bar.
* Allow custom text printed before (left of) the progress bar from progress(1):hubertf2004-03-091-4/+8
| | | | | | | | | miyu# cat openoffice-linux-1.1.0.tgz | progress -z -p 'Bytes written: ' dd of=/dev/null bs=1m Bytes written: 193 MB 13.83 MB/s 0+195211 records in and: miyu# progress -f openoffice-linux-1.1.0.tgz -z -p 'Bytes written: ' dd of=/dev/null bs=1m Bytes written: 28% |****** | 57919 KB 14.12 MB/s 00:09 ETA OK'd by lukem.
* Sigh, use an even more elaborate wait loop; it turns out we have a childross2003-02-121-6/+18
| | | before we even start when run from sysinst. Thanks also Takao Shinohara.
* Fix a race that can abort a sysinst run.ross2003-02-101-3/+4
| | | | | | | | | Closes bin/20275, thank you Takao Shinohara: good analysis. This program appeared less than 3 weeks ago and it has already been pulled up to 1.6.1? At the last minute? And with serious bugs? ISTM that the release branch isn't supposed to work that way. It isn't stable, it had 4 patches in 2 days, and has averaged a patch every 4 days during its short lifetime.
* Make this build on non-i386 platforms.agc2003-01-221-3/+4
|
* Drop gratuitous warning for failure to get terminal width; it makes pipingjhawk2003-01-221-3/+2
| | | progress' output ugly.
* not all windows have 80 columns.christos2003-01-221-3/+9
|
* Advance a pointer correctly.enami2003-01-221-5/+6
|
* progress(1) is a standalone version of lukemftp's progress barjhawk2003-01-221-0/+211
(pulled in via reachover makefile) suitable for measuring the input to arbitrary pipes. This is intended for use by sysinst.