|
From the instructions I saw, it looked like this...
- Run "gunzip <filename>". This generates a .cpio file.
- Run "cpio -idmv <filename>". This extracts the files.
You seem to have added a "c" into the command.
Edit: they actually showed this...
Run "cpio -idmv < <filename>. This extracts the files.
but I kinda think the extra < is a typo maybe.
Last edited by homey; 02-25-2004 at 03:09 PM.
|