<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>winzip program &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/winzip-program/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Fri, 27 May 2011 01:19:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>Zipping And Unzipping Files Under Linux</title>
		<link>https://lifelinux.com/zipping-and-unzipping-files-under-linux/</link>
					<comments>https://lifelinux.com/zipping-and-unzipping-files-under-linux/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Fri, 27 May 2011 01:07:00 +0000</pubDate>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[application menu]]></category>
		<category><![CDATA[debian linux distribution]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[unzip program]]></category>
		<category><![CDATA[winzip program]]></category>
		<category><![CDATA[yum command]]></category>
		<category><![CDATA[zip]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=796</guid>

					<description><![CDATA[<p>Neither the zip nor the unzip utilities are included in the default install of Linux. To install them from shell prompt, you must be a root user and type following two commands to install zip and unzip program. If you are using RedHat / CentOS / Fedora then enter # yum install zip unzip If [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/zipping-and-unzipping-files-under-linux/">Zipping And Unzipping Files Under Linux</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>Neither the <strong>zip</strong> nor the <strong>unzip</strong> utilities are included in the default install of Linux. To install them from shell prompt, you must be a root user and type following two commands to install zip and unzip program.<br />
<span id="more-796"></span><br />
<strong>If you are using RedHat / CentOS / Fedora then enter</strong></p>
<pre>
# yum install zip unzip
</pre>
<p><strong>If you are using Ubuntu / Debian then enter</strong></p>
<pre>
# apt-get install zip unzip
</pre>
<h3>zip examples</h3>
<p>Creates the archive data.zip and puts all the files in the current directory in it in compressed form, type the following command</p>
<pre>
$ zip data *
</pre>
<p>To zip up an entire directory, type the following command</p>
<pre>
$ zip -r data *
</pre>
<p>To put the zip archive in the directory /tmp and copying over data.zip to the current directory, enter</p>
<pre>
$ zip -b /tmp data *
</pre>
<h3>unzip examples</h3>
<p>To use unzip to extract all files of the archive pics.zip into the current directory, enter</p>
<pre>
$ unzip data.zip
</pre>
<p>To extract all files into the /tmp directory, enter</p>
<pre>
$ unzip data.zip -d /tmp
</pre>
<p>To list all files from data.zip, enter</p>
<pre>
$ unzip -l data.zip
</pre>
<g:plusone href="https://lifelinux.com/zipping-and-unzipping-files-under-linux/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/zipping-and-unzipping-files-under-linux/">Zipping And Unzipping Files Under Linux</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/zipping-and-unzipping-files-under-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
