<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: TAR without particular extentions in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tar-without-particular-extentions/m-p/3769092#M22816</link>
    <description>If I understand the question, you want to archive a group of files, excluding those of a particular extension, right?&lt;BR /&gt;&lt;BR /&gt;If so, use&lt;BR /&gt;&lt;BR /&gt;tar cvf &lt;TARBALL filename=""&gt; *.* exclude "*.extension"&lt;BR /&gt;&lt;BR /&gt;This will archive all files except the ones with *.extension.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/TARBALL&gt;</description>
    <pubDate>Tue, 11 Apr 2006 06:59:48 GMT</pubDate>
    <dc:creator>Jess Long</dc:creator>
    <dc:date>2006-04-11T06:59:48Z</dc:date>
    <item>
      <title>TAR without particular extentions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-without-particular-extentions/m-p/3769090#M22814</link>
      <description>hi team ,&lt;BR /&gt;&lt;BR /&gt;I just want to know is it possible to do a tar archive without particular extention , also let me know is it common to all Os.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 10 Apr 2006 09:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-without-particular-extentions/m-p/3769090#M22814</guid>
      <dc:creator>priyarajan</dc:creator>
      <dc:date>2006-04-10T09:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: TAR without particular extentions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-without-particular-extentions/m-p/3769091#M22815</link>
      <description>You can use shell nesting or shell substitution, like this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tar cvf filename `find . -type f ! -name "*.extention"`&lt;BR /&gt;&lt;BR /&gt;tar cvf filename $(find . -type f ! -name "*.extention")</description>
      <pubDate>Mon, 10 Apr 2006 09:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-without-particular-extentions/m-p/3769091#M22815</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-10T09:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: TAR without particular extentions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-without-particular-extentions/m-p/3769092#M22816</link>
      <description>If I understand the question, you want to archive a group of files, excluding those of a particular extension, right?&lt;BR /&gt;&lt;BR /&gt;If so, use&lt;BR /&gt;&lt;BR /&gt;tar cvf &lt;TARBALL filename=""&gt; *.* exclude "*.extension"&lt;BR /&gt;&lt;BR /&gt;This will archive all files except the ones with *.extension.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/TARBALL&gt;</description>
      <pubDate>Tue, 11 Apr 2006 06:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-without-particular-extentions/m-p/3769092#M22816</guid>
      <dc:creator>Jess Long</dc:creator>
      <dc:date>2006-04-11T06:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: TAR without particular extentions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-without-particular-extentions/m-p/3769093#M22817</link>
      <description>Hi,&lt;BR /&gt;yes you can create a tarfile with any name, however most people name their files #&lt;BR /&gt;&lt;FILENAME&gt;.tar, so you can identify it as a tar file, similar to .gz extension.&lt;BR /&gt;&lt;BR /&gt;Tar files are portable across platforms, as long as the tar executable is based on the the same algorithm.&lt;/FILENAME&gt;</description>
      <pubDate>Tue, 11 Apr 2006 08:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-without-particular-extentions/m-p/3769093#M22817</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-11T08:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: TAR without particular extentions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-without-particular-extentions/m-p/3769094#M22818</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;Use the following command to ctreate an archieve:&lt;BR /&gt;&lt;BR /&gt;tar cvf your_file output_file&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Tue, 11 Apr 2006 09:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-without-particular-extentions/m-p/3769094#M22818</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-04-11T09:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: TAR without particular extentions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-without-particular-extentions/m-p/3769095#M22819</link>
      <description>Hi,&lt;BR /&gt;could you please review the answers and feed back whether your problem is resolved.</description>
      <pubDate>Wed, 12 Apr 2006 08:59:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-without-particular-extentions/m-p/3769095#M22819</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-12T08:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: TAR without particular extentions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tar-without-particular-extentions/m-p/3769096#M22820</link>
      <description>Thanks Irvan ferreira&lt;BR /&gt;&lt;BR /&gt;Your reply is exactly solved my problem.&lt;BR /&gt;&lt;BR /&gt;Thanks alot again</description>
      <pubDate>Wed, 12 Apr 2006 10:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tar-without-particular-extentions/m-p/3769096#M22820</guid>
      <dc:creator>priyarajan</dc:creator>
      <dc:date>2006-04-12T10:10:26Z</dc:date>
    </item>
  </channel>
</rss>

