Skip to content

duplines cli eliminates duplicate lines in a file and keeps the sorting order

Notifications You must be signed in to change notification settings

altipard/duplines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duplines

duplines cli eliminates duplicate lines in a file and keeps the sorting order

+-------+
|       |
|  foo  |
|  bar  |              +-------+
|  bar  |              |       |
|  foo  |              |  foo  |
|  bar  +------------->+  bar  |
|  baz  |              |  baz  |
|  foo  |              |       |
|  bar  |              +-------+
|       |
+-------+

Installation

Simply run:

$ pip install duplines

Usage

To use it:

$ duplines --help

About

duplines cli eliminates duplicate lines in a file and keeps the sorting order

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages