Search notes:
Shell command: cpio
cpio
copies files to and from
archives
.
cpio
is prominently used to create
init ram disk
for the
kernel
(see for example
here
).
Reading files from standard input
With
-o
,
cpio
reads the names of the files to be archived from
standard input
:
cpio -o -H newc > archive
See also
zip
tar
Shell commands
Index