Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 662 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 662 Bytes

fcombine

fcombine is a simple tool built to combine files and remove duplicates in a quick and easy manner.

Installation

git clone https://github.com/QSoloX/fcombine.git

Requirments

This programs that you have python3 installed on your machine

sudo apt install python3

Usage

You can add as many files as you want as args, it takes the file path.

python3 fcombine.py file.txt file2.txt > output.txt

Running it without redirecting the output will just print it to the terminal

python3 fcombine.py file.txt file2.txt
site.com
site2.com

License

MIT