BASH - Files - Display the last field of each line of the file

awk '{ print $NF }' filename