Labels

Thursday, August 1, 2013

How to install Progress bar for terminal

root@SoftwareDepo:/home/$ apt-get install pv

root@SoftwareDepo:/home/$ pv bigfile > /mnt/ghost_on_windows_box/bigfile

Here is the output looked like, at three different stages:

205MB 0:00:17 [8.03MB/s] [=======>                           ] 25% ETA 0:00:49
436MB 0:00:31 [40.7MB/s] [=================>                 ] 54% ETA 0:00:25
801MB 0:00:44 [  18MB/s] [=================================>] 100% ETA 0:00:00


Enjoy......

No comments: