Tar with progress bar

 
~ $
tar -cvzf ${TAR} ${DIR} | tqdm --unit_scale --total $(find ${DIR} -type f | wc -l ) > /dev/null
tar progress bar

Description

Compress ${DIR} into ${TAR} displaying a progress bar of the process




Contact Us

Shodan ® - All rights reserved