https://github.com/dook97/mytar
An implementation of a small subset of tar functionality
https://github.com/dook97/mytar
c tar
Last synced: over 1 year ago
JSON representation
An implementation of a small subset of tar functionality
- Host: GitHub
- URL: https://github.com/dook97/mytar
- Owner: Dook97
- Created: 2022-05-20T14:27:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-14T10:11:25.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T08:19:58.091Z (over 1 year ago)
- Topics: c, tar
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
mytar - a subset of tar
Final program for The C Programming Language
class at MFF UK.
==================================================
The following flags are supported:
* -t
* -x
* -f
* -v
Only works with archives containing regular
files.
==================================================
Author: Jan Doskočil