Question: Language C D esign and implement a tar utility for packing and unpacking a list of files specified as follows; $ tar2 o images.tar2 image1
Language C
Design and implement a tar utility for packing and unpacking a list of files specified as follows;
$ tar2 o images.tar2 image1 image2 image3 ... (for packing)
$ tar2 x images.tar2 (for unpacking)
$ tar2 -t images.tar2 (for listing name and size of files in the package)
Concepts in practice: File Processing
---------------o----------o---------------
Due date: 10/05/2018 (mm/dd/yyyy)
Files to be used: https://mega.nz/#F!SDIBAI7I!fPtoy3V__6pMr-uBxq7_TQ
Files to be delivered: tar2.c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
