<?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 help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-help/m-p/2500469#M20784</link>
    <description>If you need to create a tar archive of selected files do the follwoing:&lt;BR /&gt;&lt;BR /&gt;cd /directory/where/files/are/located&lt;BR /&gt;tar -cvf file_to_store_to.tar ./filenames_to_tar&lt;BR /&gt;&lt;BR /&gt;With the file that was e-mailed to you:&lt;BR /&gt;&lt;BR /&gt;you say it is on your desktop... Are you talking about your PC desktop?  If so, use FTP to ftp it from you windows PC to your unix machine.  Be sure to use the binary mode in FTP.  Once the file is on your unix machine you will need to uncompress it (I assume it is compressed since it has a .Z extension.  Also, make sure the .Z is an upper case Z on your unix machine).  To uncompress do a 'uncompress avtar.Z'  Then you can untar the file.  Do a 'tar -xvf avtar' to untar it.  Make sure you are in the directory you want the information stored in before you invoke tar.  If you want to see what the file contains you can do a 'tar -tvf avtar'.</description>
    <pubDate>Fri, 02 Mar 2001 17:33:39 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2001-03-02T17:33:39Z</dc:date>
    <item>
      <title>tar help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-help/m-p/2500467#M20782</link>
      <description>I need to "tar up" some core files and rename it.  How do I do that?&lt;BR /&gt;&lt;BR /&gt;Also, I was emailed avtar.z file, I need to place it in a directory, how do I get it from my desktop to the server directory?</description>
      <pubDate>Fri, 02 Mar 2001 17:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-help/m-p/2500467#M20782</guid>
      <dc:creator>Sheri Will</dc:creator>
      <dc:date>2001-03-02T17:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: tar help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-help/m-p/2500468#M20783</link>
      <description>issue the following command:-&lt;BR /&gt;&lt;BR /&gt;# tar -cvf tar_name core*&lt;BR /&gt;&lt;BR /&gt;this will name your file tar_name with the core files in it.&lt;BR /&gt;&lt;BR /&gt;There are loads of ftp clients on the web to get files from your PC to the UNIX machine.  I use ftpexplorer to do this.</description>
      <pubDate>Fri, 02 Mar 2001 17:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-help/m-p/2500468#M20783</guid>
      <dc:creator>unixdaddy</dc:creator>
      <dc:date>2001-03-02T17:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: tar help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-help/m-p/2500469#M20784</link>
      <description>If you need to create a tar archive of selected files do the follwoing:&lt;BR /&gt;&lt;BR /&gt;cd /directory/where/files/are/located&lt;BR /&gt;tar -cvf file_to_store_to.tar ./filenames_to_tar&lt;BR /&gt;&lt;BR /&gt;With the file that was e-mailed to you:&lt;BR /&gt;&lt;BR /&gt;you say it is on your desktop... Are you talking about your PC desktop?  If so, use FTP to ftp it from you windows PC to your unix machine.  Be sure to use the binary mode in FTP.  Once the file is on your unix machine you will need to uncompress it (I assume it is compressed since it has a .Z extension.  Also, make sure the .Z is an upper case Z on your unix machine).  To uncompress do a 'uncompress avtar.Z'  Then you can untar the file.  Do a 'tar -xvf avtar' to untar it.  Make sure you are in the directory you want the information stored in before you invoke tar.  If you want to see what the file contains you can do a 'tar -tvf avtar'.</description>
      <pubDate>Fri, 02 Mar 2001 17:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-help/m-p/2500469#M20784</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-03-02T17:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: tar help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-help/m-p/2500470#M20785</link>
      <description>Hi,&lt;BR /&gt;You want to create an archive containing core files?&lt;BR /&gt;1)rename your corefiles to core.1 core.2 etc...&lt;BR /&gt;2) put them in a directory&lt;BR /&gt;3) tar -cvf ./corefiles.tar  &lt;YOUR_DIRECTORY with="" cores=""&gt;&lt;BR /&gt;&lt;BR /&gt;As for avtar.z, I dont know what kind of desktop you are using, NT? in any case ther is the command ftp:&lt;BR /&gt;ftp &lt;YOURSERVER&gt;&lt;BR /&gt;give your accountname and passwd for the server, you will once connected,be in your home directory, so:&lt;BR /&gt;get avtar.z&lt;BR /&gt;bye&lt;BR /&gt;&lt;BR /&gt;thats all&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Victor&lt;/YOURSERVER&gt;&lt;/YOUR_DIRECTORY&gt;</description>
      <pubDate>Fri, 02 Mar 2001 17:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-help/m-p/2500470#M20785</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-03-02T17:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: tar help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tar-help/m-p/2500471#M20786</link>
      <description>Sorry,&lt;BR /&gt;you would do a put not a get,I was distracted by another ftp problem (difficult to be multitask...)&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;Victor</description>
      <pubDate>Fri, 02 Mar 2001 17:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tar-help/m-p/2500471#M20786</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-03-02T17:42:08Z</dc:date>
    </item>
  </channel>
</rss>

