Linux Awk Print Colom Terakhir
cat file_name | awk '{print $NF}'
Awful Armadillo
cat file_name | awk '{print $NF}'