#!/bin/sh
grep -Po '\[\-W.*?\]' "$@" | sort | uniq -c | sort -k2
