Tuesday, January 20, 2009
HowTo work with cpio files
Posted on 8:57 AM by Unknown
To extract a cpio file:cpio -iv <>To list the contents of a cpio file:cpio -itv <>To create a .cpio file with all files in the current directory:ls | cpio -o > cpio_file
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment