manage all kind of archives with one interface
|
1 year ago | |
---|---|---|
archives | 1 year ago | |
include | 2 years ago | |
man | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
a.c | 2 years ago | |
archive.h | 2 years ago | |
archives.h | 1 year ago | |
arg.h | 2 years ago | |
config.mk | 2 years ago | |
deps.mk | 2 years ago | |
util.c | 2 years ago | |
util.h | 2 years ago |
this is shell script
(writen in C
(but without popen(3)
or system(3)
(only pure execvp(3)
)))
for more convenient way of managing all kind of archives
with one command line interface
for info about options and usage see man page
to automatically download it:
make -j2 -C include
for example to extract or list content of zip
archives you need unzip(1)
and to create zip archives you need zip(1)
for managing tar.gz
archives you need tar(1)
and gzip(1)
and etc.