From 0b5ddd959874727070ffc0a408301b8e16e09c61 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 18 Aug 2026 13:51:37 +0300 Subject: [PATCH] pv: add timer example (#23607) Co-authored-by: Wiktor Perskawiec --- pages/common/pv.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/pv.md b/pages/common/pv.md index ca99ab05e1..000cd47158 100644 --- a/pages/common/pv.md +++ b/pages/common/pv.md @@ -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]}}`