<?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 Compress Files Faster with Pigz Tool in Linux	</title>
	<atom:link href="https://www.tecmint.com/compress-files-faster-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/compress-files-faster-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 19:31:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: deleatur		</title>
		<link>https://www.tecmint.com/compress-files-faster-in-linux/comment-page-1/#comment-1948298</link>

		<dc:creator><![CDATA[deleatur]]></dc:creator>
		<pubDate>Wed, 18 Jan 2023 06:24:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=37447#comment-1948298</guid>

					<description><![CDATA[Great article!

My question is: 

Is it possible to generate multivolume files with &lt;strong&gt;pigz&lt;/strong&gt;? (so far I failed to find a way).

Thanks]]></description>
			<content:encoded><![CDATA[<p>Great article!</p>
<p>My question is: </p>
<p>Is it possible to generate multivolume files with <strong>pigz</strong>? (so far I failed to find a way).</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/compress-files-faster-in-linux/comment-page-1/#comment-1354104</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 18 Aug 2020 06:19:37 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=37447#comment-1354104</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/compress-files-faster-in-linux/comment-page-1/#comment-1354092&quot;&gt;oejhaj&lt;/a&gt;.

@Oejhal,

After compressing a directory, it becomes a file, so you can use the same following command to decompress a file or directory using pigz, use the &lt;code&gt;-d&lt;/code&gt; option, or the &lt;strong&gt;unpigz&lt;/strong&gt; command.
&lt;pre&gt;
$ pigz -d ubuntu-20.04-beta-desktop-amd64.iso
OR
$ unpigz dir1.tar.gz
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/compress-files-faster-in-linux/comment-page-1/#comment-1354092">oejhaj</a>.</p>
<p>@Oejhal,</p>
<p>After compressing a directory, it becomes a file, so you can use the same following command to decompress a file or directory using pigz, use the <code>-d</code> option, or the <strong>unpigz</strong> command.</p>
<pre>
$ pigz -d ubuntu-20.04-beta-desktop-amd64.iso
OR
$ unpigz dir1.tar.gz
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: oejhaj		</title>
		<link>https://www.tecmint.com/compress-files-faster-in-linux/comment-page-1/#comment-1354092</link>

		<dc:creator><![CDATA[oejhaj]]></dc:creator>
		<pubDate>Tue, 18 Aug 2020 05:09:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=37447#comment-1354092</guid>

					<description><![CDATA[Teaches how to compress a directory but not decompress it...]]></description>
			<content:encoded><![CDATA[<p>Teaches how to compress a directory but not decompress it&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Etescartz		</title>
		<link>https://www.tecmint.com/compress-files-faster-in-linux/comment-page-1/#comment-1350872</link>

		<dc:creator><![CDATA[Etescartz]]></dc:creator>
		<pubDate>Thu, 06 Aug 2020 18:43:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=37447#comment-1350872</guid>

					<description><![CDATA[Since you wrote about ZSTD I&#039;ve never looked back. Speed and compression like no other.

https://www.tecmint.com/zstd-fast-data-compression-algorithm-used-by-facebook/]]></description>
			<content:encoded><![CDATA[<p>Since you wrote about ZSTD I&#8217;ve never looked back. Speed and compression like no other.</p>
<p><a target="_blank" href="https://www.tecmint.com/zstd-fast-data-compression-algorithm-used-by-facebook/" rel="ugc">https://www.tecmint.com/zstd-fast-data-compression-algorithm-used-by-facebook/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/compress-files-faster-in-linux/comment-page-1/#comment-1344445</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Mon, 13 Jul 2020 19:28:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=37447#comment-1344445</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/compress-files-faster-in-linux/comment-page-1/#comment-1335154&quot;&gt;Jeff H Silverman&lt;/a&gt;.

Try &lt;code&gt;alias gzip=&quot;pigz&quot;&lt;/code&gt;.

The alias works but isn&#039;t it confusing?  What happens when actually you want to use &#039;GZip&#039;?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/compress-files-faster-in-linux/comment-page-1/#comment-1335154">Jeff H Silverman</a>.</p>
<p>Try <code>alias gzip="pigz"</code>.</p>
<p>The alias works but isn&#8217;t it confusing?  What happens when actually you want to use &#8216;GZip&#8217;?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
