[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bluemonkeydev/listCompare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

listCompare

Compares two files and creates a merged output with two columns indicating which of the files contain each row.

Usage

./listCompare.pl file1.txt file2.txt > merged.txt

The "merged.txt" file continas three columns:

  1. row data
  2. true/false on whether the row was in file1.txt
  3. true/false on whether the row was in file2.txt

About

Quickly compare two lists of items

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages