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.
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.
0 comments:
Post a Comment