This repository contains a simple script for removing repeated lines from a file.
./repeated_lines.sh file
The scripts returns the following files:
- file.unrepeated: source file without repeated lines.
- file.repeated: repeated lines extracted from the source file.
where file is the name of the inputed file.