←back to thread

172 points lnyan | 1 comments | | HN request time: 0.246s | source
Show context
heinrich5991 ◴[] No.42197619[source]
There's also `progress` which works for tools mainly operating on a single file, but unlike `pv`, you don't have to start the tool differently. It'd e.g. work nicely for the `gzip` example. Just call `progress` on a different terminal while `gzip` is running.
replies(2): >>42199327 #>>42200650 #
1. fwip ◴[] No.42200650[source]
pv also allows this, but you have to look up the process id manually, and pass it to the -d flag.