A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.
Jump to
Dedupe lines in place
in vim, select a list of values with shift-V (visual mode), and then type :sort u to sort them and remove duplicates.
Labels:
data,
duplicates,
sort,
unique,
vi