Console archiver
- Run:
make Archiver
- Executable file is Archiver in current directory
- Supports four command line flags:
-c
: compress-u
: extract-f
,--file <path>
: input filename-o
,--output <path>
: output filename
- Parameter value(if there's) should be written after whitespace
- Parameters may be in any order, excess parameters are prohibited
Just run executable file with correct flags. For example, if you want to compress input.txt, run:
./Archiver -c -f input.txt -o result.bin