-
Joined on
2020年12月20日
One thing I've noticed is that pgrep -x firefox will only return the main process whereas pidof firefox will return the spawn processes (which aren't named "firefox") too.
On the other...
I would suggest checking each value returned by pidof and stopping at the first one that shows any kind of progress (non zero speed).
A more complicated way would be to list all processes with...
Thank you too for the explanation, what you wrote before makes perfect sense now.
I use rsync -n -i -c to check if two disks have the exact same content and by doing that I've noticed that,...
Since we'd give the sum of the size of all files, couldn't PV add up every files progress already seen and compare it to the sum we'd give it?
So if we'd use rsync --recursive on /test1 and...