Linux awk Print Last Spalte
cat file_name | awk '{print $NF}'
Awful Armadillo
cat file_name | awk '{print $NF}'