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.