Zipping folders

Table of Contents

Zipping folders

To zip all the contents of the current folder from command line :

zip -r BooksForSomeone.zip *

To zip all the contents of the a folder from some other location in command line :

zip -r FilesForAkhil.zip /home/harshavardhanedupuganti/Downloads/FilesForAkhil

Links to this note