Compress to BZIP and TAR
For example, the following commands would combine three files named file4, file5 and file6 into a single archive named file7.tar and then compress that archive into a compressed file named file7.tar.bz2: tar -cf file7.tar file4…