<?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: Exracting file from tar format in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096574#M146003</link>
    <description>hi,&lt;BR /&gt;I'm glad you dit it but some points is ok too.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;succes&lt;BR /&gt;&lt;BR /&gt;Idriz</description>
    <pubDate>Mon, 20 Oct 2003 11:35:32 GMT</pubDate>
    <dc:creator>I.Delic</dc:creator>
    <dc:date>2003-10-20T11:35:32Z</dc:date>
    <item>
      <title>Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096556#M145985</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;I have one y2k.tar file,which i restored from tape on my local server,ie HP-UX 10.20 plat form.Now how to un-tar this tar format file.so that i can exract files.&lt;BR /&gt;&lt;BR /&gt;Please advice me on this.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Oct 2003 01:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096556#M145985</guid>
      <dc:creator>Ravikanth_2</dc:creator>
      <dc:date>2003-10-18T01:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096557#M145986</link>
      <description>Hello Ravikanth,&lt;BR /&gt;&lt;BR /&gt;Use the following command to untar the y2k.tar file.&lt;BR /&gt;&lt;BR /&gt;tar -xvf y2k.tar&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hemanth</description>
      <pubDate>Sat, 18 Oct 2003 01:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096557#M145986</guid>
      <dc:creator>Hemanth Gurunath Basrur</dc:creator>
      <dc:date>2003-10-18T01:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096558#M145987</link>
      <description>Nope ! its not working.Its not giving any o/p.simply its coming back to command prompt.</description>
      <pubDate>Sat, 18 Oct 2003 02:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096558#M145987</guid>
      <dc:creator>Ravikanth_2</dc:creator>
      <dc:date>2003-10-18T02:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096559#M145988</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;With the command suggested by Hemanth, you should have your extracted files into the same directory where "y2k.tar" file resides.&lt;BR /&gt;The command extracts the files and returns the prompt, no options. &lt;BR /&gt;Please, don't forget to assing points to Hemanth.&lt;BR /&gt; &lt;BR /&gt;Kind regards,&lt;BR /&gt;Zigor</description>
      <pubDate>Sat, 18 Oct 2003 02:31:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096559#M145988</guid>
      <dc:creator>Zigor Buruaga</dc:creator>
      <dc:date>2003-10-18T02:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096560#M145989</link>
      <description>Dear Zigor,&lt;BR /&gt;&lt;BR /&gt;as per Hemanth advice i tryed the same but no files are exracted in same directory.i found only y2k.tar file.</description>
      <pubDate>Sat, 18 Oct 2003 02:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096560#M145989</guid>
      <dc:creator>Ravikanth_2</dc:creator>
      <dc:date>2003-10-18T02:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096561#M145990</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;OK, try this:&lt;BR /&gt;&lt;BR /&gt;- Create a new directory called "y2k".&lt;BR /&gt;- Then copy the file "y2k.tar" to that new directory. Then "cd" to the new directory and finally extract the files/folders with the command "tar xvf y2k.tar".&lt;BR /&gt;You should see "new" files or folders.&lt;BR /&gt;Let me know.&lt;BR /&gt; &lt;BR /&gt;Kind regards,&lt;BR /&gt;Zigor</description>
      <pubDate>Sat, 18 Oct 2003 02:56:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096561#M145990</guid>
      <dc:creator>Zigor Buruaga</dc:creator>
      <dc:date>2003-10-18T02:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096562#M145991</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this one:&lt;BR /&gt;&lt;BR /&gt;tar -xvf /tmp/yourfile.tar &lt;BR /&gt;&lt;BR /&gt;If you see some output on your monitor is good.&lt;BR /&gt;&lt;BR /&gt;Your files must me in  the /tmp directory&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Idriz</description>
      <pubDate>Sat, 18 Oct 2003 02:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096562#M145991</guid>
      <dc:creator>I.Delic</dc:creator>
      <dc:date>2003-10-18T02:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096563#M145992</link>
      <description>Ravikanth,&lt;BR /&gt;&lt;BR /&gt;Are you sure its a tar format file ?&lt;BR /&gt;&lt;BR /&gt;Try :-&lt;BR /&gt;&lt;BR /&gt;file y2k.tar&lt;BR /&gt;&lt;BR /&gt;If the response is tar file then you should follow Hermanth's original suggestion and as pointed out by Zigor the files will reside in the directory where you ran the tar command (probably where the y2k.tar file is located).&lt;BR /&gt;&lt;BR /&gt;I would also like to echo Zigor's remarks regarding point assignments.&lt;BR /&gt;Its not compulsory but a good way of rewarding forum members who take their time to offer their expertise and knowledge to other forum members and colleagues.  &lt;BR /&gt;&lt;BR /&gt;I notice you have assigned 0 points to you 18 questions so far !&lt;BR /&gt;&lt;BR /&gt;Keith &lt;BR /&gt;</description>
      <pubDate>Sat, 18 Oct 2003 03:03:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096563#M145992</guid>
      <dc:creator>Keith Bevan_1</dc:creator>
      <dc:date>2003-10-18T03:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096564#M145993</link>
      <description>Opss, sorry I mean "tar -xvf y2k.tar" and NOT "tar xvf y2k.tar" ( I forgot the minus ).&lt;BR /&gt;Sorry.</description>
      <pubDate>Sat, 18 Oct 2003 03:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096564#M145993</guid>
      <dc:creator>Zigor Buruaga</dc:creator>
      <dc:date>2003-10-18T03:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096565#M145994</link>
      <description>Dear Zigor,&lt;BR /&gt;&lt;BR /&gt;I did the same as you adviced.But still no files are exracting from tar file.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards</description>
      <pubDate>Sat, 18 Oct 2003 03:12:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096565#M145994</guid>
      <dc:creator>Ravikanth_2</dc:creator>
      <dc:date>2003-10-18T03:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096566#M145995</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;it is simple :&lt;BR /&gt;&lt;BR /&gt;tar -cvf /tmp/filename.tar to make one tar file&lt;BR /&gt;You can check your file with&lt;BR /&gt;file filename.tar&lt;BR /&gt;You should get answer it is an tar file&lt;BR /&gt;&lt;BR /&gt;Then you typ:&lt;BR /&gt;tar -xvf /tmp/filename.tar  to extract your tar file&lt;BR /&gt;&lt;BR /&gt;try with an onther file&lt;BR /&gt;&lt;BR /&gt;succes &lt;BR /&gt;&lt;BR /&gt;Idriz&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Oct 2003 03:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096566#M145995</guid>
      <dc:creator>I.Delic</dc:creator>
      <dc:date>2003-10-18T03:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096567#M145996</link>
      <description>sorry &lt;BR /&gt;&lt;BR /&gt;to make one tar file do:&lt;BR /&gt;&lt;BR /&gt;tar -cvf /tmp/filename.tar *&lt;BR /&gt;&lt;BR /&gt;Success&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Oct 2003 03:38:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096567#M145996</guid>
      <dc:creator>I.Delic</dc:creator>
      <dc:date>2003-10-18T03:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096568#M145997</link>
      <description>Hi again,&lt;BR /&gt;I would recommend to follow the instructions given by the others, check with "file y2k.tar" if this is a tar file. Besides, be sure that you have restored the file from tape correctly ( same file size ).&lt;BR /&gt; &lt;BR /&gt;Please post the output of "file y2k.tar" and "ll -a /your_dir".&lt;BR /&gt; &lt;BR /&gt;Kind regards,&lt;BR /&gt;Zigor</description>
      <pubDate>Sat, 18 Oct 2003 05:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096568#M145997</guid>
      <dc:creator>Zigor Buruaga</dc:creator>
      <dc:date>2003-10-18T05:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096569#M145998</link>
      <description>Hello Ravikanth,&lt;BR /&gt;&lt;BR /&gt;After going through the replies from Zigor, Delic and other peers, I would recommend that you do the following as suggested by them as well:&lt;BR /&gt;&lt;BR /&gt;file y2k.tar&lt;BR /&gt;&lt;BR /&gt;Check if it is a tar file or if it is a compressed file.&lt;BR /&gt;&lt;BR /&gt;If it is a compressed file, use the foll. steps:&lt;BR /&gt;&lt;BR /&gt;mv y2k.tar y2k.tar.Z&lt;BR /&gt;uncompress y2k.tar.Z&lt;BR /&gt;tar -xvf y2k.tar&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;For more info, refer to tar manpage.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hemanth</description>
      <pubDate>Sat, 18 Oct 2003 06:03:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096569#M145998</guid>
      <dc:creator>Hemanth Gurunath Basrur</dc:creator>
      <dc:date>2003-10-18T06:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096570#M145999</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;maybe you don't have permission to use tar command of you are in the directory where you can not extract your file's.&lt;BR /&gt;&lt;BR /&gt;Can you check it ?&lt;BR /&gt;&lt;BR /&gt;Idriz</description>
      <pubDate>Sat, 18 Oct 2003 11:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096570#M145999</guid>
      <dc:creator>I.Delic</dc:creator>
      <dc:date>2003-10-18T11:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096571#M146000</link>
      <description>What happens if you do:&lt;BR /&gt;&lt;BR /&gt;# tar -tvf y2k.tar&lt;BR /&gt;&lt;BR /&gt;That should show you a listing of files contained in y2k.tar file. &lt;BR /&gt;&lt;BR /&gt;The location the files will be extracted to depends ENTIRELY on how the tar file was created.  If the files were archived with explicit path names (like /y2k/file/whatever) then they will be restored to the same directory they came from.  If they were archived with relative path names (like ./y2k/file or y2k/file) then they will be restored into the directory you are currently in.&lt;BR /&gt;&lt;BR /&gt;The first think you need to check though, is whether or not this is a valid tar file.</description>
      <pubDate>Sat, 18 Oct 2003 13:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096571#M146000</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-10-18T13:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096572#M146001</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Check the type of file with:&lt;BR /&gt;file y2k.tar&lt;BR /&gt;You will see what type the file is,&lt;BR /&gt;tar or not.&lt;BR /&gt;&lt;BR /&gt;Could be that the file also compressed&lt;BR /&gt;with gzip.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Sat, 18 Oct 2003 14:49:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096572#M146001</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-10-18T14:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096573#M146002</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;First of all i Apologies to everybody,if i hurt you all.&lt;BR /&gt;&lt;BR /&gt;Finally i could able to sucessfully extract tar file.First i restored the tar file in / directory and i Used tar -xvf y2k.tar command.With this i got the o/p.&lt;BR /&gt;&lt;BR /&gt;Once again i am very much thankfull to you for giving me your valuble suggestions and sparing your time. &lt;BR /&gt;&lt;BR /&gt;Thanks and regards</description>
      <pubDate>Mon, 20 Oct 2003 01:14:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096573#M146002</guid>
      <dc:creator>Ravikanth_2</dc:creator>
      <dc:date>2003-10-20T01:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096574#M146003</link>
      <description>hi,&lt;BR /&gt;I'm glad you dit it but some points is ok too.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;succes&lt;BR /&gt;&lt;BR /&gt;Idriz</description>
      <pubDate>Mon, 20 Oct 2003 11:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096574#M146003</guid>
      <dc:creator>I.Delic</dc:creator>
      <dc:date>2003-10-20T11:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exracting file from tar format</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096575#M146004</link>
      <description>THE RIGHT COMMAND IS &lt;BR /&gt;tar -xvf /device(OR PATH) filename&lt;BR /&gt;but tar command is very useful also for others uses.&lt;BR /&gt;See attachment.&lt;BR /&gt;HTH&lt;BR /&gt;Bruno</description>
      <pubDate>Mon, 20 Oct 2003 12:09:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/exracting-file-from-tar-format/m-p/3096575#M146004</guid>
      <dc:creator>Bruno Ganino</dc:creator>
      <dc:date>2003-10-20T12:09:25Z</dc:date>
    </item>
  </channel>
</rss>

