bash:files:display_the_last_field_of_each_line_of_the_file
BASH - Files - Display the last field of each line of the file
awk '{ print $NF }' filename
bash/files/display_the_last_field_of_each_line_of_the_file.txt · Last modified: 2022/06/13 11:13 by peter