This Post Has Been Viewed 334 Times Since Mon Apr 21, 2008 8:48 am Posted By web hosting with 1 replies
POST# 1216
Posted On: Mon Apr 21, 2008 8:48 am
Many of our customers ask how to unzip a folder or a file in the linux shell prompt.
This short step by step guide tutorial will show you how to compress and uncompress (pack and unpack) a .zip files in the linux shell command:
To zip a file command:
Code/Command:
zip filename.zip
Then you can extract the original files like this:
To unzip a file command:
Code/Command:
unzip filename.zip
Thu Jun 05, 2008 11:57 am
1
marcelo
Reply #2065
thank you, this teaches me how to unzip my files in the comand line. hahha
i like to lear more. teach me