3 hours ago · Tech · 0 comments

Print duplicates: $ sort file.csv | uniq -d Create a new file without duplicates: $ awk !seen[$0]++ file.csv > no_dup.csv

No comments yet. Log in to reply on the Fediverse. Comments will appear here.