Skip to content

CLI utilitiy implemened in Go to identify duplicated lines in texts.

License

Notifications You must be signed in to change notification settings

mheil/find-duplicates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

find-duplicates

desciption

find-duplicates is a command line utility that searches for non-unique lines in texts read from stdin or file and prints the line numbers in which they occurred.

usage

echo "content1
content2
content1
content3" | find-duplicates

will output: line 'content1' has been found in multiple lines: [1 3]

About

CLI utilitiy implemened in Go to identify duplicated lines in texts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages