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

5 lines
53 B
Plaintext

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