Comment filtrer 12 mots de caractère de File Bash
awk 'length($1) == 12 { print $1 }' file
XeN0N
awk 'length($1) == 12 { print $1 }' file