| #
fc99b6a4 |
| 13-Apr-2014 |
snj <snj@NetBSD.org> |
Change some standard exit status text to ".Ex -std" From Eitan Adler in PR bin/47790.
|
| #
11a6dbe7 |
| 30-Apr-2008 |
martin <martin@NetBSD.org> |
Convert TNF licenses to new 2 clause variant
|
| #
ac798ebc |
| 06-Jun-2007 |
briggs <briggs@NetBSD.org> |
Dynamically allocate the buffer used for reading data from the input handle and default to 64k instead of the 1k (BUFSIZ) static buffer. This makes a large difference in performance of some applicati
Dynamically allocate the buffer used for reading data from the input 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.
show more ...
|
| #
3d05e3a2 |
| 12-Apr-2007 |
lukem <lukem@NetBSD.org> |
Update example to use KiB per recent change to ../ftp/progressbar.c
|
| #
1f5df3a2 |
| 12-Jan-2006 |
wiz <wiz@NetBSD.org> |
Bump date for -e.
|
| #
ddd39082 |
| 12-Jan-2006 |
garbled <garbled@NetBSD.org> |
Apply patch from PR bin/28717 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 | s
Apply patch from PR bin/28717 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"
show more ...
|
| #
f9f551db |
| 03-Apr-2004 |
lukem <lukem@NetBSD.org> |
Support strsuftoll(3) suffixes for '-l length'. Provide an example of copying raw disks using dd, with a progress bar.
|
| #
89cb93c0 |
| 25-Mar-2004 |
hubertf <hubertf@NetBSD.org> |
-z actually passes the input file through gunzip(1). Having an option to really pass it through gzip(1) would be nice...
|
| #
610cd402 |
| 09-Mar-2004 |
wiz <wiz@NetBSD.org> |
Drop trailing whitespace.
|
| #
849866f9 |
| 09-Mar-2004 |
hubertf <hubertf@NetBSD.org> |
Allow custom text printed before (left of) the progress bar from progress(1):
miyu# cat openoffice-linux-1.1.0.tgz | progress -z -p 'Bytes written: ' dd of=/dev/null bs=1m Bytes written: 193 MB
Allow custom text printed before (left of) the progress bar from progress(1):
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.
show more ...
|
| #
2ceb8458 |
| 14-Feb-2003 |
grant <grant@NetBSD.org> |
The correct capitalisation of 'NetBSD.org' is (you guessed it) 'NetBSD.org'.
some mdoc fixes.
|
| #
4352e01d |
| 10-Feb-2003 |
grant <grant@NetBSD.org> |
remove section name comments -- they're in the template.
|
| #
cb5a2282 |
| 22-Jan-2003 |
enami <enami@NetBSD.org> |
Remove second item in BUGS section; it is fixed in progress.c rev. 1.2.
|
| #
8d469d6c |
| 22-Jan-2003 |
lukem <lukem@NetBSD.org> |
use ftp(1) instead of lukemftp
|
| #
98f6cccb |
| 22-Jan-2003 |
jhawk <jhawk@NetBSD.org> |
progress(1) is a standalone version of lukemftp's progress bar (pulled in via reachover makefile) suitable for measuring the input to arbitrary pipes. This is intended for use by sysinst.
|