Print last field awk

NF holds the number of fields; $NF is the last field

awk '{print $NF}' file.txt