An open API service indexing awesome lists of open source software.

https://github.com/xiaoxiae/mytar.c

A C implementation of GNU TAR for my university course.
https://github.com/xiaoxiae/mytar.c

c gnu tar

Last synced: about 2 months ago
JSON representation

A C implementation of GNU TAR for my university course.

Awesome Lists containing this project

README

          

# mytar.c
A C implementation of GNU TAR for my university course.

## Resources
- https://github.com/devnull-cz/c-prog-lang/blob/master/getting-credits/2020/assignment.txt
- https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html#tag_20_92_13_06
- https://www.gnu.org/software/tar/manual/html_node/Standard.html
- https://www.gnu.org/software/tar/manual/html_section/tar_67.html