]> git.cameronkatri.com Git - bsd-progress.git/commit
Apply patch from PR bin/28717
authorgarbled <garbled@NetBSD.org>
Thu, 12 Jan 2006 20:33:20 +0000 (20:33 +0000)
committergarbled <garbled@NetBSD.org>
Thu, 12 Jan 2006 20:33:20 +0000 (20:33 +0000)
commit6d0346fd2af53096b65560cf7a9be3bfe4a56912
tree6c8b63894085939994e4c7720aa754c2bef80235
parent253dee6111409401649db8673ca7b5a08b0bd289
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"
progress.1
progress.c