Remove duplicated rows of a csv or tsv file 0 ▲ yctct - Wikis on Shell Literacy 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.
No comments yet. Log in to reply on the Fediverse. Comments will appear here.