Skip to content

📁 Computer software utility for collecting many files into one archive file

License

Notifications You must be signed in to change notification settings

edwardmartins/tarball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

Tarball

C program that can create a Tarball and also extract files from it

What is a tarball

A tarball is a computer software utility for collecting many files into one archive file

Structure

It begins with the path and the size of each file and continues with the data region tar

How to run the program

To run this program import the tarball folder in your eclipse C project or run it directly from the terminal

Program Arguments

Creates a tarball

-cf tarball.mtar InputFile1 InputFile2 InputFile3 ...

Extracts files from a tarball

-xf tarball.mtar

About

📁 Computer software utility for collecting many files into one archive file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages