Small copy of the Tar command functionality in linux.
Has the functionality to:
- archive data in USTAR header format
- extract data from an archived file
- list files and directories contained within archive
- verbose mode for more information while using program
Usage: mytar [ctxvS]f tarfile [ path [ ... ] ]