/.arc_archiver

.arc archiver

Primary LanguageCMIT LicenseMIT

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact

About The Project

This is an ARC archiver. It can zip, unzip and list files in archive.

Getting Started

Clone the repo with git clone https://github.com/MariaMozgunova/.arc_archiver.git. Compile the program

Usage

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. Required
  • FILE1 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

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Maria Mozgunova - @mariamozgunova - mariiamozgunova@gmail.com

Project Link: https://github.com/MariaMozgunova/.arc_archiver

(back to top)