xzc shell script allows to compress directories and files using xz with
command as simple as:
xzc <dir>
xzc <file>
If the pv utility is install the progress of the operation will be also
shown.
bz2c shell script allows to compress directories and files using bzip2 with
command as simple as:
bz2c <dir>
bz2c <file>
If the pv utility is install the progress of the operation will be also
shown.