To create a new archive with cpio
, which of the following commands would you use, given that you have a list of files to archive from a file called 'filelist.txt'?
tar -cf filelist.txt archive.cpio
cpio -iv < filelist.txt > archive.cpio
cpio -o < filelist.txt
cpio -ov < filelist.txt > archive.cpio