Skip to content

Commit 8940236

Browse files
committed
Add pmonitor link and correct tools' description
1 parent 666c7fe commit 8940236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Notes:
262262
mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
263263
```
264264

265-
- 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`.
265+
- For monitoring progress when processing files, use `pv`, [`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`.
266266

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

0 commit comments

Comments
 (0)