cat toilet.log | grep enters | cut -d' ' -f1 | cut -c 1-3 | sort --unique
