m0zgen / kompressor

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

./kompressor /path/to/folder/

About

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


Languages

Language:Go 66.7%Language:Shell 18.2%Language:Dockerfile 15.2%