Skip to content

Instantly share code, notes, and snippets.

@cnmoro
Created October 22, 2019 13:06
Show Gist options
  • Save cnmoro/5694e7bc7f3ef8347e79a6f1cf0ffdfd to your computer and use it in GitHub Desktop.
Save cnmoro/5694e7bc7f3ef8347e79a6f1cf0ffdfd to your computer and use it in GitHub Desktop.
Remove duplicate lines from text file
sort -u file.csv > newfile.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment