Pages

Showing posts with label zip. Show all posts
Showing posts with label zip. Show all posts

Sunday, February 7, 2016

Zip folder without compression on linux terminal

I used the following command:

zip -r -0 projects_7Feb16.zip projects/

This created zip file named  'projects_7Feb16.zip'  of the folder named as "projects" in the current working directory (cwd)

Note: My current working direcotory was a folder where "projects" folder was situated. One needs to give full path of the folder if cwd is different.