Design and implement a tar utility inC for packing and unpacking a list of files specifiedas 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 thepackage)
Expert Answer
An answer will be send to you shortly. . . . .