I'm lost why your last command doesn't work if it has to be FEWER than 8 characters (?)
should do <=7 characters (and skip anything with >=8) .. so what am I missing ?
Code Select
who | grep '[a-zA-Z0-9]\{8\}'
should do <=7 characters (and skip anything with >=8) .. so what am I missing ?