Key Features • How To Use • Credits • Related • License
- Give the index of the lines that are Identical, with the content of the line
- Quite a few options available (sorting, transforming, informing, filtering options)
- Same syntax as of a Linux program regarding options and stuff
To clone and run this application, you'll need Git and a C compiler just like GCC or CLANG installed on your computer. Based on the compiler that you have, change (or not) the line below :
Note Everything is made to be compilable by a Linux system. Nothing is promised when it come to Windows User.
makefile
...
CC = gcc #Compiler name
...
Them from your command line :
# Clone this repository
$ git clone https://github.com/Lurgrid/Lines-Identical.git
# Go into the repository
$ cd Lines-Identical
# Compile the project
$ make && cd ./lnid
# To use it
$ ./lnid ...
Note Some command are built-in on the makefile. Like the
make clean
one that remove all compiled file from the project directory. Or themake dist <name>
that creat a compresed file (tar.gz) of the project with the name,<name>
(after an iteration of themake clean
command).
Lnid is an emailware. Meaning, if you liked using this app or it has helped you in any way, we'd like you send us an email at theo.renauxv@gmail.com or Lurgrid@gmail.com about anything you'd want to say about this software.
This software uses the following open source packages:
The readme of this project was made using a template from Markdownify.
Opt-L - The option module use for this program.
In comming...
GPLv3