Should be like this:
find . -print -depth | cpio -ov > tree.cpio # to make the cpio
And like this to extract:
cpio -idv < tree.cpio

xu...@sdf.org
SDF Public Access UNIX System - http://sdf.org

On Mon, 1 Jan 2024, Todd Gruhn wrote:

I zip up much  music:

  find . -depth -print | cpio -ov > file.cpio

To unzip it , I must undo *cpio severa times severa times:

  cpio -iv < file.cpio

Am I messing this up somehow? The *.cpio file is about 250MB...

Reply via email to