Monday, August 24, 2009

How to compress using bzip2 without deleting the original file

bzip2 deletes the original file and replaces it by the compressed one, and to stop it from doing that use the "-k" option as follows:

"bzip2 -k file_name"

No comments: