aboutsummaryrefslogtreecommitdiffstats
path: root/progress.1
Commit message (Collapse)AuthorAgeFilesLines
* Change some standard exit status text to ".Ex -std"snj2014-04-131-3/+2
| | | From Eitan Adler in PR bin/47790.
* Convert TNF licenses to new 2 clause variantmartin2008-04-301-4/+1
|
* Dynamically allocate the buffer used for reading data from the inputbriggs2007-06-061-2/+8
| | | | | handle and default to 64k instead of the 1k (BUFSIZ) static buffer. This makes a large difference in performance of some applications. Make the buffer size tunable from the command line.
* Update example to use KiB per recent change to ../ftp/progressbar.clukem2007-04-121-8/+8
|
* Bump date for -e.wiz2006-01-121-2/+2
|
* Apply patch from PR bin/28717garbled2006-01-121-2/+4
| | | | | This adds a -e option to progress which causes the progress bar to be sent to stderr. This allows using progress mid-pipe, such as: tar -cf . | progress -e bzip -1c | ssh host "cat > file"
* 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.