Skip to content

C15C01337/differ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Differ Tool made to check the unique line in each file and display them nicely along with the unqiue count.

└╼cisco$go run nice.go
Enter path for file 1:
file1.txt
Enter path for file 2:
file2.txt
┌────────────────────────────────────────────────┐
│ Welcome to Unique Line Comparison! | C15C01337 │
└────────────────────────────────────────────────┘
┌ ────────────── ┬ ──────────────── ┐
│ File 1       │ File 2         │
├ ────────────── ┼ ──────────────── ┤
│ wowoowowow   │ test           │
│ dammm        │ check          │
│              │ noice          │
│              │ great          │
│              │ book           │
│              │ og             │
└ ────────────── ┴ ──────────────── ┘

Unique line count in file 1: 2
Unique line count in file 2: 6

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages