Sometimes, while copying a large file, like a movie or an operating system image, the
cp
command takes longer than expected based on the load on your system. Since it doesn’t tell the progress of the operation, it gets difficult to understand what exactly is happening.In scenarios like these, a command like
cv
could be of great help, as it not only lets you know the progress of the operation, but is also capable of displaying the remaining time. In this article, we will discuss the command along with some useful examples.
Full article here:
How to Check the Progress of Running Commands in Linux (Make Tech Easier)
Recent Comments