zfs list -t snapshot -o name | awk -F'@' '{print $1}' | sort | uniq -c | awk '{print $2": " $1 " snapshots"}'