I wanted to tar and compress a directory, the tar was no problem, but the compression made no difference to the file size.
I ran bzip2 -zk9 [file]
As I understand it, z forces compression, k keeps the original file and 9 tells it to use maximum compression.
Please tell me how wrong I am...
I ran bzip2 -zk9 [file]
As I understand it, z forces compression, k keeps the original file and 9 tells it to use maximum compression.
Please tell me how wrong I am...