They offer different flash templates with latest features.
Login

Forgot password
Register
Back
Written by:
efthialex
Score: 12
votes: 17
Format: Article

 Zip a file without compression


Hello Mint user's, today i'm gonna show you way to create a *.zip file without compression. I used this one, when i was modding. Anyway, act according to the following steps:

 

  • Let's say that the file we wanna zip, is located at our Desktop with the name "file_to_zip"

 

 

  • Open a Terminal from Menu AccessoriesTerminal and type "cd Desktop" (with this command we move to the Desktop subdirectory inside our home directory)
  • Once you do that, type in your terminal "zip -r -0 [name.zip] [ file_to_zip ]" without the brakets and the quotation marks.

*(Inside the first pare of brackets we type the name of our new zip file and at the second, we type the name of the file that we want to zip.)

 

  • In our case we gonna type "zip -r -0 newfile.zip file_to_zip"
     

 

 

To enlarge the images Right Click View Image


Tags: zip HowTo
Created: 1 year ago.
Last edited: 4 days ago.
Reviewed: 1 year ago.
Read 105 times.

Comments
11 months ago

Mintification
Great tutorial.
Nothing like a quick uncompressed zip for mod files :D
 
1 year ago

blueXrider
Useful but not something I would use. Nice tut, thanks  
1 year ago

kazztan0325
@efthialex:
Oh, I understood.
Thank you!

 
1 year ago

efthialex
@kazztan0325

When you are modding for games, it is required to save your mods in *.zip files without compression.
 
1 year ago

kazztan0325
@efthialex:
This tutorial is also made with 'efthialex flavor', so it is easy to understand.

By the way, I have a question, though maybe it is a silly question...
What advantage does 'creating a zip file without compression' have over 'creating a tar file'?

 

Other tutorials from efthialex