Skip to content

Commit

Permalink
Merge pull request jlevy#554 from dspinellis/progress-monitor
Browse files Browse the repository at this point in the history
Add pmonitor link and correct tools' description
  • Loading branch information
jlevy authored Apr 7, 2018
2 parents b81ac31 + 2abdf9d commit 836d392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ EOF
mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
```

- For seeing progress when copying files, use `pv`, [`pycp`](https://github.com/dmerejkowsky/pycp), [`progress`](https://github.com/Xfennec/progress), `rsync --progress`, or, for block-level copying, `dd status=progress`.
- For monitoring progress when processing files, use [`pv`](http://www.ivarch.com/programs/pv.shtml), [`pycp`](https://github.com/dmerejkowsky/pycp), [`pmonitor`](https://github.com/dspinellis/pmonitor), [`progress`](https://github.com/Xfennec/progress), `rsync --progress`, or, for block-level copying, `dd status=progress`.

- Use `shuf` to shuffle or select random lines from a file.

Expand Down

0 comments on commit 836d392

Please sign in to comment.