Command to zip a folder - Linux Views : 530
Tagged in : Linux
0 0
Send mail
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 .