Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Common Lines

This repository contains a simple script that returns the common lines from two files.

Usage

./common_lines.sh file1 file2

where file1 is the first file and file2 the second file you want to compare.