Comments on How to monitor progress of Linux commands using PV and Progress utilities
Consider a scenario wherein you have just started copying a very large file from your pen drive to your Linux system through the command line. Given that the file in question is heavy, you know the process will take time, and so you start doing some other work.
3 Comment(s)
Add comment
Comments
By: den
Which zsh(bash?) theme do you use?
By: Andreas Lundblad
Another great tool is `eta`:
https://github.com/aioobe/eta
By: pablo
You also need install libncursesw5-dev package
sudo apt-get install libncursesw5-dev