<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Zip and Unzip a File in Ubuntu &#038; Other Linux From Command Line	</title>
	<atom:link href="https://speedysense.com/zip-and-unzip-command-in-ubuntu-terminal/feed/" rel="self" type="application/rss+xml" />
	<link>https://speedysense.com/zip-and-unzip-command-in-ubuntu-terminal/</link>
	<description>Web Technologies, Programming, Linux, Open-source Blog</description>
	<lastBuildDate>Thu, 04 Mar 2021 04:58:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Marwin Pagtama		</title>
		<link>https://speedysense.com/zip-and-unzip-command-in-ubuntu-terminal/#comment-253</link>

		<dc:creator><![CDATA[Marwin Pagtama]]></dc:creator>
		<pubDate>Tue, 13 Aug 2019 10:19:47 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=70#comment-253</guid>

					<description><![CDATA[A powerful tool is 7z, which zips and unzips a range of compression format.

First, Installs 7z
&lt;code&gt;sudo apt-get install p7zip-full&lt;/code&gt;

This command to make lists of content of the zip:
&lt;code&gt;7z l zipfile.zip&lt;/code&gt;

This command extracts the contents of the zip:
&lt;code&gt;7z x zipfile.zip&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>A powerful tool is 7z, which zips and unzips a range of compression format.</p>
<p>First, Installs 7z<br />
<code>sudo apt-get install p7zip-full</code></p>
<p>This command to make lists of content of the zip:<br />
<code>7z l zipfile.zip</code></p>
<p>This command extracts the contents of the zip:<br />
<code>7z x zipfile.zip</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Manjunath		</title>
		<link>https://speedysense.com/zip-and-unzip-command-in-ubuntu-terminal/#comment-122</link>

		<dc:creator><![CDATA[Manjunath]]></dc:creator>
		<pubDate>Wed, 31 Jul 2019 08:32:19 +0000</pubDate>
		<guid isPermaLink="false">https://speedysense.com/?p=70#comment-122</guid>

					<description><![CDATA[Nice post with clear instruction. I really liked it.]]></description>
			<content:encoded><![CDATA[<p>Nice post with clear instruction. I really liked it.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
