Table of Contents
This is an ARC archiver. It can zip, unzip and list files in archive.
Clone the repo with git clone https://github.com/MariaMozgunova/.arc_archiver.git
. Compile the program
Valid parameters for the program:
--file <archive_name>
- specify name of your archive. Required--create|--extract|--list
- specify the action to make with your archive. RequiredFILE1 FILE2 .... FILEN
- list of files to be zipped. Optional
Eample of usage:
- archiver --file data.arc --create a.txt b.bin c.bmp
- archiver --file data.arc --extract
- archiver --file data.arc --list
Distributed under the MIT License. See LICENSE.txt
for more information.
Maria Mozgunova - @mariamozgunova - mariiamozgunova@gmail.com
Project Link: https://github.com/MariaMozgunova/.arc_archiver