<?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 Gzip Large (100GB+) Files Faster in Linux	</title>
	<atom:link href="https://www.ubuntumint.com/gzip-large-files-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/gzip-large-files-in-linux/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Sat, 27 Apr 2024 04:56:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.ubuntumint.com/gzip-large-files-in-linux/#comment-39653</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Sat, 27 Apr 2024 04:56:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=2711#comment-39653</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/gzip-large-files-in-linux/#comment-38119&quot;&gt;PAA&lt;/a&gt;.

@techgeek,

To compress 98 out of 775 music artist folders using pigz on a Linux Mint PC, you can use the following command:
&lt;pre&gt;
ls -d */ &#124; shuf -n 98 &#124; tar -c --files-from=- &#124; pigz &gt; compressed_folders.tar.gz
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/gzip-large-files-in-linux/#comment-38119">PAA</a>.</p>
<p>@techgeek,</p>
<p>To compress 98 out of 775 music artist folders using pigz on a Linux Mint PC, you can use the following command:</p>
<pre>
ls -d */ | shuf -n 98 | tar -c --files-from=- | pigz > compressed_folders.tar.gz
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAA		</title>
		<link>https://www.ubuntumint.com/gzip-large-files-in-linux/#comment-38119</link>

		<dc:creator><![CDATA[PAA]]></dc:creator>
		<pubDate>Tue, 26 Mar 2024 01:27:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=2711#comment-38119</guid>

					<description><![CDATA[I want to select 98 (out of 775) music artist folders to compress so that I can upload them to a micro SD card via an adapter on a Linux Mint PC. 

How can this be done with pigz?]]></description>
			<content:encoded><![CDATA[<p>I want to select 98 (out of 775) music artist folders to compress so that I can upload them to a micro SD card via an adapter on a Linux Mint PC. </p>
<p>How can this be done with pigz?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
