dotfiles/bin/stalk
lickthecheese 4e00711338 graph lol
2020-05-21 11:39:08 -04:00

9 lines
169 B
Bash
Executable file

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