Created
October 22, 2019 13:06
-
-
Save cnmoro/5694e7bc7f3ef8347e79a6f1cf0ffdfd to your computer and use it in GitHub Desktop.
Remove duplicate lines from text file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sort -u file.csv > newfile.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment