<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Cpio - Page 7 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Cpio&amp;p=6">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Cpio&amp;p=8">3.Next</a>
</p>

<p><big>Extraction</big></p>
<p>During the copy-in operation, initiated by the command line flag , cpio reads an archive from its standard input and recreates the archived files in the operating system's file system.<syntaxhighlight lang="console">$ cpio -i -vd < archive.cpio</syntaxhighlight>Command line flag  tells cpio to construct directories as necessary. Flag  (verbose) lists file names as they are extracted.</></syntaxhighlight></p>

<p>Any remaining command line arguments other than the option flags are shell-like <a href="page.php?w=globbing">globbing</a>-patterns;</p><p>
<a accesskey="1" href="page.php?w=Cpio&amp;p=6">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Cpio&amp;p=8">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
