<?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: command CPIO not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cpio-not-working/m-p/4898673#M403652</link>
    <description>I trying to extract oracle9i disk 1 cpio file.&lt;BR /&gt;Why its hanging?</description>
    <pubDate>Thu, 28 Apr 2005 02:41:13 GMT</pubDate>
    <dc:creator>Mohd Syafid Abdullah</dc:creator>
    <dc:date>2005-04-28T02:41:13Z</dc:date>
    <item>
      <title>command CPIO not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cpio-not-working/m-p/4898670#M403649</link>
      <description>Hi Guru,&lt;BR /&gt;&lt;BR /&gt;Please help me. Im trying run cpio -idcmv file.cpio and the command hanging.&lt;BR /&gt;Im run fresh HPUX 11.&lt;BR /&gt;Please help</description>
      <pubDate>Thu, 28 Apr 2005 02:27:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cpio-not-working/m-p/4898670#M403649</guid>
      <dc:creator>Mohd Syafid Abdullah</dc:creator>
      <dc:date>2005-04-28T02:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: command CPIO not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cpio-not-working/m-p/4898671#M403650</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is it that you are trying to do with the cpio command?? What is that you desire to get as an output??&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
      <pubDate>Thu, 28 Apr 2005 02:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cpio-not-working/m-p/4898671#M403650</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-04-28T02:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: command CPIO not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cpio-not-working/m-p/4898672#M403651</link>
      <description>cpio -idcmv &amp;lt; file.cpio ??&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
      <pubDate>Thu, 28 Apr 2005 02:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cpio-not-working/m-p/4898672#M403651</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-04-28T02:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: command CPIO not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cpio-not-working/m-p/4898673#M403652</link>
      <description>I trying to extract oracle9i disk 1 cpio file.&lt;BR /&gt;Why its hanging?</description>
      <pubDate>Thu, 28 Apr 2005 02:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cpio-not-working/m-p/4898673#M403652</guid>
      <dc:creator>Mohd Syafid Abdullah</dc:creator>
      <dc:date>2005-04-28T02:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: command CPIO not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cpio-not-working/m-p/4898674#M403653</link>
      <description>Because you forgot the redirecting '&amp;lt;', and your command is now reading STANDARD INPUT&lt;BR /&gt;&lt;BR /&gt;cppio is a filter, and does not take the in or outputstream as a commandline argument&lt;BR /&gt;&lt;BR /&gt;# cpio -idcmv &amp;lt; file.cpio&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 28 Apr 2005 02:44:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cpio-not-working/m-p/4898674#M403653</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-04-28T02:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: command CPIO not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cpio-not-working/m-p/4898675#M403654</link>
      <description>u missed &amp;lt; :)&lt;BR /&gt;&lt;BR /&gt;cpio -idcmv &amp;lt; file.cpio should be the right command.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
      <pubDate>Thu, 28 Apr 2005 02:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cpio-not-working/m-p/4898675#M403654</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-04-28T02:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: command CPIO not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-cpio-not-working/m-p/4898676#M403655</link>
      <description>Thanks naveej&lt;BR /&gt;yr salution really help</description>
      <pubDate>Thu, 28 Apr 2005 02:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-cpio-not-working/m-p/4898676#M403655</guid>
      <dc:creator>Mohd Syafid Abdullah</dc:creator>
      <dc:date>2005-04-28T02:50:42Z</dc:date>
    </item>
  </channel>
</rss>

