pv: add timer example (#23607)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
Managor
2026-08-18 13:51:37 +03:00
committed by GitHub
parent 44a8eef21a
commit 0b5ddd9598
+4
View File
@@ -30,3 +30,7 @@
- Calculate hash (MD5, SHA1, SHA256, etc) of a large file and show progress:
`pv {{path/to/file}} | {{sha256sum}}`
- Only display a timer for how long a command has taken to run:
`{{command}} | pv {{[-t|--timer]}}`