A console tool to archive and unarchive files using Huffman coding.
Archiver has the following interface:
archiver -c archive_name file1 [file2 ...]
- archive filesfile1, file2, ...
and save the result in the filearchive_name
.archiver -d archive_name
- unarchive files from the archivearchive_name
and put them in the current directory. Filenames will be preserved after archiving and unarchiving.archiver -h
- display help about using the program.