ander

A CLI tool to identify elements that are contained in both file


License
MIT
Install
pip install ander==0.2.0

Documentation

ander: A CLI tool to identify elements that are contained in both file

PyPi ver LICENSE budge

Basic Usage

$ cat file1.txt
duplicated
notduplicated

$ cat file2.txt
duplicated
not duplicated

$ ander file1.txt file2.txt
duplicated

Installation

$ pip install ander

Requirements

  • Python >= 3.6
  • Some Python Libraries (see pyproject.toml)

License

This software is released under the MIT License, see LICENSE.