diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-01 16:11:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-01 16:11:11 +0700 |
commit | ead65ca86aa5eed3558125c6f0113570a9b7816f (patch) | |
tree | c8845ca8204fc9776077f31500f798f93c02e6d2 /system/progress/README | |
parent | 78a16e993501c479e76a922a2a17b372c3984a19 (diff) |
system/progress: Added (Linux tool to show progress).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/progress/README')
-rw-r--r-- | system/progress/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/progress/README b/system/progress/README new file mode 100644 index 000000000000..c8b9da0c7ac3 --- /dev/null +++ b/system/progress/README @@ -0,0 +1,5 @@ +This tool can be described as a Tiny, Dirty, Linux-and-OSX-Only C +command that looks for coreutils basic commands (cp, mv, dd, tar, +gzip/gunzip, cat, etc.) currently running on your system and displays +the percentage of copied data. It can also show estimated time and +throughput, and provides a "top-like" mode (monitoring). |