navi/cheats/awk.cheat
2019-09-25 11:44:57 -03:00

4 lines
68 B
Text

% awk, string
# Print last column
echo "1 2 3" | awk '{print $NF}'