navi/cheats/awk.cheat
2019-09-27 15:12:55 -03:00

4 lines
53 B
Text

% awk, string
# Print last column
awk '{print $NF}'