<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tar on Raveen Kumar</title>
    <link>https://raveenkumar.com/tags/tar/</link>
    <description>Recent content in Tar on Raveen Kumar</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Raveen Kumar</copyright>
    <lastBuildDate>Fri, 17 Feb 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://raveenkumar.com/tags/tar/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Tar</title>
      <link>https://raveenkumar.com/library/programming/tar-gunzip-gzip/</link>
      <pubDate>Fri, 17 Feb 2023 00:00:00 +0000</pubDate>
      <guid>https://raveenkumar.com/library/programming/tar-gunzip-gzip/</guid>
      <description>&lt;h2 id=&#34;untar&#34;&gt;Untar&lt;/h2&gt;&#xA;&lt;pre&gt;&lt;code&gt;tar -xvf file.tar dir_ext&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;tar&#34;&gt;tar&lt;/h2&gt;&#xA;&lt;pre&gt;&lt;code&gt;tar -cf file.tar&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;to-compress-with-gunzipgzip&#34;&gt;To compress with gunzip/gzip&lt;/h2&gt;&#xA;&lt;pre&gt;&lt;code&gt;tar -xvfz file.tar dir_ext&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h1 id=&#34;gunzip--gzip&#34;&gt;Gunzip / gzip&lt;/h1&gt;&#xA;&lt;pre&gt;&lt;code&gt;cat file | gzip &amp;gt; file.gzip&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
