Skip to content

rebx/crosscheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Crosscheck

Background

I recently had to correlate two text files, each with a large 
amount of entries (>250k lines) in them. Finding similarities
using grep -f [file1] [file2] was a total waste of time, so 
I just decided to use Python's generators to accomplish what
I want.

Usage

bin/crosscheck.py [reference file] [file to grep]

Requirements

Python > 2.3


About

Mimics the behavior of grep -f [file] file2 using python + generators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages