Command to zip a folder - Linux Send mail vote down 0 vote down 0 Views : 530
Tagged in : Linux
Hi,
The command to zip a folder from command prompt is

zip -9 -r <destination.zip> <sourcefoldername>

EG::
zip -9 -r hiox.zip hiox

hiox is the source folder name
hiox.zip is the destination name..
By - RameshKumar, On - 2008-03-13




    Login to add Comments .