Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuhexiong/compress-file-c


https://github.com/yuhexiong/compress-file-c

c-language compress-file file

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Compress File
Use C language to compress file as .gz

## Overview

- Language: C
- Compiler: GCC v13.1.0

## Run

### Generate exe
```
gcc compress-file.c compressor.c -o compress-file -lz
```

### Compress file

```
.\compress-file.exe {filePath} compressed-file.gz
```