Как отфильтровать 12 слов символов из File Bash
awk 'length($1) == 12 { print $1 }' file
XeN0N
awk 'length($1) == 12 { print $1 }' file