Tuesday, 10 July 2012

Zip files via Command in LINUX

we can zip one or more files via command at a time.The command is

 zip -r NameToFile.zip   file1/ file2/

Example:
   zip -r  FilesToDownload.zip  fileName1/ fileName2/

then both  fileName1 and fileName2 converted as FilesToDownload.zip

No comments:

Post a Comment