Home > mytar

mytar

Mytar is a project mainly written in C, it's free.

Simple Unix tar archiving utility implementation

mytar

Simple Unix tar archiving utility implementation

Compilation

make

Usage

USAGE: ./mytar [OPTIONS] [FILE...]

Where OPTIONS is a string containing one of the following:

c     Create the archive
x     Extract the archive
t     Test the archive
u     Update the archive

Or additional flags:

f     Input/Output from/to the specified file
v     Verbose output
Previous:csblife.