stalk 169 B

123456789
  1. #!/bin/bash
  2. awk '$3~"^[+%@&~]?'$1'$"{print $2}' ~/.weechat/logs/* |
  3. awk -F ":" '{print $1}' |
  4. cat - ~/Documents/nums |
  5. sort | uniq -c | sort -k2 |
  6. awk '{print $1-1}'