Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Repeated Lines

This repository contains a simple script for removing repeated lines from a file.

Usage

./repeated_lines.sh file

Returns

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.