Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/m0zgen/kompressor

⚙️ Removing empty, duplicate and commented lines from target dir which contained text files
https://github.com/m0zgen/kompressor

Last synced: 1 day ago
JSON representation

⚙️ Removing empty, duplicate and commented lines from target dir which contained text files

Awesome Lists containing this project

README

        

# Kompressor

Key purposes:
- Remove empty lines from text files.
- Remove duplicate lines, comments from text files.
- Remove duplicated files (with same content) from a directory.

## Usage

```shell
./kompressor /path/to/folder/
```