how to create zip file in linux?
how to create zip file in linux?
how to create zip file in Linux command line? and how to unzip zip file on linux?
Re: how to create zip file in linux?
you can use zip -help on Linux to see all flags and option.
for creating zip on Linux environment
for unzip on Linux environment
for creating zip on Linux environment
zip -r test_files.zip Test_Files/
for unzip on Linux environment
unzip test_files.zip
Who is online
Users browsing this forum: No registered users and 1 guest