Skip to content

Commit 836d392

Browse files
authored
Merge pull request #554 from dspinellis/progress-monitor
Add pmonitor link and correct tools' description
2 parents b81ac31 + 2abdf9d commit 836d392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ EOF
268268
mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
269269
```
270270

271-
- 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`.
271+
- 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`.
272272

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

0 commit comments

Comments
 (0)