#!/bin/bash

grep '^ \* ' not-migrated-current | awk '{print $2}' | cut -d / -f 1 | sort | uniq -c | sort -nr
