Search notes:

Shell command: cpio

cpio copies files to and from archives.

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