blob: 6fe0e1bec34c97a12559baba58efa3424f6c564c [file] [log] [blame]
#!/usr/bin/env bash
# TODO: this doesn't work well, because even limiting to "10 characers", there
# is some names followed by blanks, others not.
cat callisto-dev-ed.txt committerListGit.txt > combined.txt
sort combined.txt > sortedCombined.txt
uniq -u -w 10 sortedCombined.txt unique.txt