Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 315 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 315 Bytes

Lines deduplicator

Deduplicate lines in a file

Run this script with 2 arguments : input file path and output file path. Script will create a new file without the duplicate lines and a deleted.txt file containing removed lines. The script will output the number of lines removed from the original file.