aboutsummaryrefslogtreecommitdiffstats
path: root/progress.1
Commit message (Collapse)AuthorAgeFilesLines
* Support strsuftoll(3) suffixes for '-l length'.lukem2004-04-031-6/+21
| | | Provide an example of copying raw disks using dd, with a progress bar.
* -z actually passes the input file through gunzip(1).hubertf2004-03-251-2/+2
| | | Having an option to really pass it through gzip(1) would be nice...
* Drop trailing whitespace.wiz2004-03-091-2/+2
|
* Allow custom text printed before (left of) the progress bar from progress(1):hubertf2004-03-091-2/+7
| | | | | | | | | 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.
* The correct capitalisation of 'NetBSD.org' is (yougrant2003-02-141-2/+3
| | | | | guessed it) 'NetBSD.org'. some mdoc fixes.
* remove section name comments -- they're in the template.grant2003-02-101-6/+1
|
* Remove second item in BUGS section; it is fixed in progress.c rev. 1.2.enami2003-01-221-13/+1
|
* use ftp(1) instead of lukemftplukem2003-01-221-2/+2
|
* progress(1) is a standalone version of lukemftp's progress barjhawk2003-01-221-0/+139
(pulled in via reachover makefile) suitable for measuring the input to arbitrary pipes. This is intended for use by sysinst.