new login consistency constraint added (no more than 2 consecutive same char or digits)
[brisk.git] / bin / check_unlock.sh
1 grep UNLOCK brisk.log | sed 's/\([0-9]*\)\]\] \[\]$/\1/g;s/.*\[//g'  | sort -n