Skip to content

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

License

Notifications You must be signed in to change notification settings

QSoloX/fcombine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages