LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   gzip statistcs (https://www.linuxquestions.org/questions/linux-newbie-8/gzip-statistcs-4175445685/)

ankit0301 01-15-2013 07:06 AM

gzip statistcs
 
suppose i zip a file using

$gzip -f filename

and the file is more than 50GB
after firing the command how can i check how much data is still left to be zipped.

Thanks

rmacd 01-15-2013 07:15 AM

If you've pv on your system:

Code:

pv filename | gzip > filename.gz


All times are GMT -5. The time now is 10:25 PM.