Jak filtrować 12 słów znaków z bashu plików

awk 'length($1) == 12 { print $1 }' file
XeN0N