Cpio
From Just Solve the File Format Problem
(Difference between revisions)
Line 22: | Line 22: | ||
* [http://gnuwin32.sourceforge.net/packages/cpio.htm cpio for Windows] | * [http://gnuwin32.sourceforge.net/packages/cpio.htm cpio for Windows] | ||
* [http://www.7-zip.org/ 7-Zip] | * [http://www.7-zip.org/ 7-Zip] | ||
+ | |||
+ | == Sample files == | ||
+ | * http://ftp.gnu.org/gnu/tar/tar-1.27.cpio.gz | ||
== Other links == | == Other links == |
Revision as of 00:45, 7 January 2014
cpio is a non-compressed file archive format for Unix-style systems. It was originally intended for tape archiving, similar to the Tape Archive (tar) format.
Contents |
Examples
To extract files, using the command line utility:
$ cpio -idmv -I example.cpio
To list files:
$ cpio -it -I examples.cpio