Linux awk imprimer la dernière colonne
cat file_name | awk '{print $NF}'
Awful Armadillo
cat file_name | awk '{print $NF}'