<?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 Download and Extract Tar Files with One Command	</title>
	<atom:link href="https://www.tecmint.com/download-and-extract-tar-files-with-one-command/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/download-and-extract-tar-files-with-one-command/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 06:21:39 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/download-and-extract-tar-files-with-one-command/comment-page-1/#comment-1516432</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Sat, 05 Jun 2021 20:50:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28009#comment-1516432</guid>

					<description><![CDATA[Not to be picky but...  In all your examples you may be doing ONE operation but you are executing  TWO separate commands.  Depending on the example, you are either piping &lt;code&gt;(&#124;)&lt;/code&gt; wget and cURL commands into a tar command, or you are chaining (&#038;&#038;) wget and cURL commands with tar command. 

I know that when commands are chained with &#039;&#038;&#038;&#039;,  the command following the double ampersand does not get executed if the command preceding the ampersands fails.  But what is piped into tar in case wget or cURL commands fail for some reason?  

Therefore, shouldn&#039;t the title be &quot;How to Download and Extract Tar Files in One Operation&quot;?  It&#039;s a minor quibble, I know.

When I saw the topic under Learn Linux Tricks &#038; Tips, I was intrigued.  How does he do that?  Turns out the only difference is that you are combining what most of us do in two steps into one.]]></description>
			<content:encoded><![CDATA[<p>Not to be picky but&#8230;  In all your examples you may be doing ONE operation but you are executing  TWO separate commands.  Depending on the example, you are either piping <code>(|)</code> wget and cURL commands into a tar command, or you are chaining (&amp;&amp;) wget and cURL commands with tar command. </p>
<p>I know that when commands are chained with &#8216;&amp;&amp;&#8217;,  the command following the double ampersand does not get executed if the command preceding the ampersands fails.  But what is piped into tar in case wget or cURL commands fail for some reason?  </p>
<p>Therefore, shouldn&#8217;t the title be &#8220;How to Download and Extract Tar Files in One Operation&#8221;?  It&#8217;s a minor quibble, I know.</p>
<p>When I saw the topic under Learn Linux Tricks &amp; Tips, I was intrigued.  How does he do that?  Turns out the only difference is that you are combining what most of us do in two steps into one.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/download-and-extract-tar-files-with-one-command/comment-page-1/#comment-941425</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 28 Nov 2017 06:10:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28009#comment-941425</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/download-and-extract-tar-files-with-one-command/comment-page-1/#comment-941172&quot;&gt;TheOuterLinux&lt;/a&gt;.

@TheOuterLinux

&quot; I thought this was something else&quot;, not really. It is not any thing new, but i just described some of the possible and easy ways to save time while downloading TAR archives with wget and curl commands. I know this can be helpful to newbies.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/download-and-extract-tar-files-with-one-command/comment-page-1/#comment-941172">TheOuterLinux</a>.</p>
<p>@TheOuterLinux</p>
<p>&#8221; I thought this was something else&#8221;, not really. It is not any thing new, but i just described some of the possible and easy ways to save time while downloading TAR archives with wget and curl commands. I know this can be helpful to newbies.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: TheOuterLinux		</title>
		<link>https://www.tecmint.com/download-and-extract-tar-files-with-one-command/comment-page-1/#comment-941172</link>

		<dc:creator><![CDATA[TheOuterLinux]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 15:51:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28009#comment-941172</guid>

					<description><![CDATA[Oh you were being literal. I thought this was something else. Maybe make a tutorial on pipes instead?]]></description>
			<content:encoded><![CDATA[<p>Oh you were being literal. I thought this was something else. Maybe make a tutorial on pipes instead?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
