aboutsummaryrefslogtreecommitdiff
path: root/system/bar/README
diff options
context:
space:
mode:
authorMenno Duursma <druiloor@zonnet.nl>2010-07-25 21:25:46 -0500
committerErik Hanson <erik@slackbuilds.org>2010-07-25 21:52:41 -0500
commit41299b6c7b9107442066851a962323d9dabec0cc (patch)
treeb607ec04e42b2a2e983c96730da2953cbacae7d9 /system/bar/README
parent9b47bd6b00824722c7c7b64ed97b629367b9a043 (diff)
system/bar: Added (Command Line Progress Bar)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/bar/README')
-rw-r--r--system/bar/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/bar/README b/system/bar/README
new file mode 100644
index 0000000000..c5a4500cf2
--- /dev/null
+++ b/system/bar/README
@@ -0,0 +1,9 @@
+Command Line Progress Bar - show information about a data transfer.
+
+Bar is a simple tool to copy a stream of data and print a display for the
+user on stderr showing (a) the amount of data passed, (b) the throughput
+of the data transfer, and (c) the transfer time.
+
+Or, if the total size of the data stream is known: the estimated time
+remaining, what percentage of the data transfer has been completed, and
+a progress bar.