Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 389 Bytes

File metadata and controls

25 lines (16 loc) · 389 Bytes

tar_with_progress.bash

Dependencies

Need to install pv.

apt update && apt install pv

Usage

Compile

./tar_with_progress.bash -c file.tar.{xz|gz|bz2} file1 file2 folder1 folder2

Decompress

./tar_with_progress.bash -x file.tar.{xz|gz|bz2} {destination}

Or you can use ./tar_with_progress.bash without any parameters to show the usage.