Friday, 8 July 2011

Linux - extract cpio file

If you have a compressed .cpio file that you need to extract to a directory you can perform the following command:
$ cpio -icvdu < {filename}

No comments:

Post a Comment

Please feel free to leave a comment