Skip to content

Lurgrid/Lines-Identical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Lnid
Lines-Identical (lnid)

A program that find identical lines in file(s)

Key FeaturesHow To UseCreditsRelatedLicense

Key Features

  • 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

How To Use

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 the make dist <name> that creat a compresed file (tar.gz) of the project with the name, <name> (after an iteration of the make clean command).

Emailware

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.

Credits

This software uses the following open source packages:

The readme of this project was made using a template from Markdownify.

Related

Opt-L - The option module use for this program.

You may also like...

In comming...

License

GPLv3


GitHub @titusse3  ·  GitHub @Lurgrid  · 

About

Program Line Identical

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published