Skip to content

fitz66/Compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compressor

Compressor takes is a c program that takes a text file as a commandline argument and compresses it.

Decompressor is a c program (not written by me) that decompresses the compressed file Compressor created.

To compress a file type ./compress textfile.txt | ./decompress

compare original and the new decompressed: ./compress textfile.txt | ./decompress | diff - textfile.txt

also,

./compress textfile.txt > textfile.txt.zipped creates a file that is takes up less memory than the original.

About

This c program takes a text file as a commandline argument and compresses it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages